#7B242D

Color #7B242D Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7B242D

Tints of Scarlett #7B242D

Color information

#7B242D (or 0x7B242D) is unknown color: approx Scarlett. HEX triplet: 7B, 24 and 2D. RGB value is (123,36,45). Sum of RGB (Red+Green+Blue) = 123+36+45=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B242D is #84DBD2. Grayscale: #3F3F3F. Windows color (decimal): -8707027 or 2958459. OLE color: 2958459.

HSL color Cylindrical-coordinate representation of color #7B242D: hue angle of 353.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B242D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1233645-
CMYK00.710.630.52
HSL353.79º54.72%31.18%-
HSV(B)353.79º70.73%48.24%-
XYZ9.275.663.09-
YUV63.04117.82170.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 60.29%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=60.29%
G=17.65%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123364500.710.630.52353.7954.7231.18
Hex7B242D0473F34162371f
Octal1734455010777645426737
Binary11110111001001011010100011111111111010010110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B242D; }

 p { color: rgb(123,36,45); }

 H1.HeaderClassName
 {
   color: #7B242D;
 }
 .AnyTagClassName
 {
   color: #7B242D;
 }
</style>
background-color css

<style>
 a { background-color: #7B242D; }

 a { background-color: rgb(123,36,45); }

 div.DivClassName
 {
   background-color: #7B242D;
 }
 .BgClassName
 {
   background-color: #7B242D;
 }
</style>
border-color css

<style>
 span { border-color: #7B242D; }

 span { border-color: rgb(123,36,45); }

 td.TdClassName
 {
   border-color: #7B242D;
 }
 .TagClassName
 {
   border-color: #7B242D;
 }
</style>