#5E1E20

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

Shades of Burnt Crimson #5E1E20

Tints of Burnt Crimson #5E1E20

Color information

#5E1E20 (or 0x5E1E20) is unknown color: approx Burnt Crimson. HEX triplet: 5E, 1E and 20. RGB value is (94,30,32). Sum of RGB (Red+Green+Blue) = 94+30+32=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1E20 is #A1E1DF. Grayscale: #313131. Windows color (decimal): -10609120 or 2104926. OLE color: 2104926.

HSL color Cylindrical-coordinate representation of color #5E1E20: hue angle of 358.12º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E1E20 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB943032-
CMYK00.680.660.63
HSL358.12º51.61%24.31%-
HSV(B)358.12º68.09%36.86%-
XYZ5.343.411.74-
YUV49.36118.2159.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.26%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=60.26%
G=19.23%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94303200.680.660.63358.1251.6124.31
Hex5E1E20044423F1663418
Octal13636400104102775466430
Binary10111101111010000001000100100001011111110110011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,30,32); }

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

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

 a { background-color: rgb(94,30,32); }

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

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

 span { border-color: rgb(94,30,32); }

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