#5E2428

Color #5E2428 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5E2428

Tints of Burnt Crimson #5E2428

Color information

#5E2428 (or 0x5E2428) is unknown color: approx Burnt Crimson. HEX triplet: 5E, 24 and 28. RGB value is (94,36,40). Sum of RGB (Red+Green+Blue) = 94+36+40=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2428 is #A1DBD7. Grayscale: #353535. Windows color (decimal): -10607576 or 2630750. OLE color: 2630750.

HSL color Cylindrical-coordinate representation of color #5E2428: hue angle of 355.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E2428 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB943640-
CMYK00.620.570.63
HSL355.86º44.62%25.49%-
HSV(B)355.86º61.7%36.86%-
XYZ5.633.792.44-
YUV53.8120.22156.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.29%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=55.29%
G=21.18%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94364000.620.570.63355.8644.6225.49
Hex5E242803E393F1642d19
Octal136445007671775445531
Binary1011110100100101000011111011100111111110110010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2428; }

 p { color: rgb(94,36,40); }

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

<style>
 a { background-color: #5E2428; }

 a { background-color: rgb(94,36,40); }

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

<style>
 span { border-color: #5E2428; }

 span { border-color: rgb(94,36,40); }

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