#7D242C

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

Shades of Scarlett #7D242C

Tints of Scarlett #7D242C

Color information

#7D242C (or 0x7D242C) is unknown color: approx Scarlett. HEX triplet: 7D, 24 and 2C. RGB value is (125,36,44). Sum of RGB (Red+Green+Blue) = 125+36+44=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D242C is #82DBD3. Grayscale: #3F3F3F. Windows color (decimal): -8575956 or 2892925. OLE color: 2892925.

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

Color convert

RGB1253644-
CMYK00.710.650.51
HSL354.61º55.28%31.57%-
HSV(B)354.61º71.2%49.02%-
XYZ9.545.83-
YUV63.52116.99171.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.98%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=60.98%
G=17.56%
B=21.46%

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
Decimal125364400.710.650.51354.6155.2831.57
Hex7D242C04741331633720
Octal17544540107101635436740
Binary1111101100100101100010001111000001110011101100011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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