#7C2430

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

Shades of Scarlett #7C2430

Tints of Scarlett #7C2430

Color information

#7C2430 (or 0x7C2430) is unknown color: approx Scarlett. HEX triplet: 7C, 24 and 30. RGB value is (124,36,48). Sum of RGB (Red+Green+Blue) = 124+36+48=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2430 is #83DBCF. Grayscale: #3F3F3F. Windows color (decimal): -8641488 or 3155068. OLE color: 3155068.

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

Color convert

RGB1243648-
CMYK00.710.610.51
HSL351.82º55%31.37%-
HSV(B)351.82º70.97%48.63%-
XYZ9.485.763.41-
YUV63.68119.15171.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=59.62%
G=17.31%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124364800.710.610.51351.825531.37
Hex7C24300473D33160371f
Octal1744460010775635406737
Binary11111001001001100000100011111110111001110110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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