#7C2437

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

Shades of Scarlett #7C2437

Tints of Scarlett #7C2437

Color information

#7C2437 (or 0x7C2437) is unknown color: approx Scarlett. HEX triplet: 7C, 24 and 37. RGB value is (124,36,55). Sum of RGB (Red+Green+Blue) = 124+36+55=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2437 is #83DBC8. Grayscale: #404040. Windows color (decimal): -8641481 or 3613820. OLE color: 3613820.

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

Color convert

RGB1243655-
CMYK00.710.560.51
HSL347.05º55%31.37%-
HSV(B)347.05º70.97%48.63%-
XYZ9.635.824.23-
YUV64.48122.65170.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=57.67%
G=16.74%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124365500.710.560.51347.055531.37
Hex7C2437047383315b371f
Octal1744467010770635336737
Binary11111001001001101110100011111100011001110101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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