#5F1E20

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

Shades of Burnt Crimson #5F1E20

Tints of Burnt Crimson #5F1E20

Color information

#5F1E20 (or 0x5F1E20) is unknown color: approx Burnt Crimson. HEX triplet: 5F, 1E and 20. RGB value is (95,30,32). Sum of RGB (Red+Green+Blue) = 95+30+32=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1E20 is #A0E1DF. Grayscale: #313131. Windows color (decimal): -10543584 or 2104927. OLE color: 2104927.

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

Color convert

RGB953032-
CMYK00.680.660.63
HSL358.15º52%24.51%-
HSV(B)358.15º68.42%37.25%-
XYZ5.443.471.75-
YUV49.66118.03160.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.51%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=60.51%
G=19.11%
B=20.38%

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
Decimal95303200.680.660.63358.155224.51
Hex5F1E20044423F1663419
Octal13736400104102775466431
Binary10111111111010000001000100100001011111110110011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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