#7C242C

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

Shades of Scarlett #7C242C

Tints of Scarlett #7C242C

Color information

#7C242C (or 0x7C242C) is unknown color: approx Scarlett. HEX triplet: 7C, 24 and 2C. RGB value is (124,36,44). Sum of RGB (Red+Green+Blue) = 124+36+44=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C242C is #83DBD3. Grayscale: #3F3F3F. Windows color (decimal): -8641492 or 2892924. OLE color: 2892924.

HSL color Cylindrical-coordinate representation of color #7C242C: hue angle of 354.55º 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 #7C242C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1243644-
CMYK00.710.650.51
HSL354.55º55%31.37%-
HSV(B)354.55º70.97%48.63%-
XYZ9.45.732.99-
YUV63.22117.15171.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=60.78%
G=17.65%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124364400.710.650.51354.555531.37
Hex7C242C0474133163371f
Octal17444540107101635436737
Binary111110010010010110001000111100000111001110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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