#7C242D

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

Shades of Scarlett #7C242D

Tints of Scarlett #7C242D

Color information

#7C242D (or 0x7C242D) is unknown color: approx Scarlett. HEX triplet: 7C, 24 and 2D. RGB value is (124,36,45). Sum of RGB (Red+Green+Blue) = 124+36+45=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C242D is #83DBD2. Grayscale: #3F3F3F. Windows color (decimal): -8641491 or 2958460. OLE color: 2958460.

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

Color convert

RGB1243645-
CMYK00.710.640.51
HSL353.86º55%31.37%-
HSV(B)353.86º70.97%48.63%-
XYZ9.425.743.09-
YUV63.34117.65171.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.49%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=60.49%
G=17.56%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124364500.710.640.51353.865531.37
Hex7C242D0474033162371f
Octal17444550107100635426737
Binary111110010010010110101000111100000011001110110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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