#5F1517

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

Shades of Burnt Crimson #5F1517

Tints of Burnt Crimson #5F1517

Color information

#5F1517 (or 0x5F1517) is unknown color: approx Burnt Crimson. HEX triplet: 5F, 15 and 17. RGB value is (95,21,23). Sum of RGB (Red+Green+Blue) = 95+21+23=139 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.35% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1517 is #A0EAE8. Grayscale: #2B2B2B. Windows color (decimal): -10545897 or 1512799. OLE color: 1512799.

HSL color Cylindrical-coordinate representation of color #5F1517: hue angle of 358.38º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1517 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB952123-
CMYK00.780.760.63
HSL358.38º63.79%22.75%-
HSV(B)358.38º77.89%37.25%-
XYZ5.143.031.12-
YUV43.35116.52164.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 68.35%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=68.35%
G=15.11%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95212300.780.760.63358.3863.7922.75
Hex5F151704E4C3F1664017
Octal137252701161147754610027
Binary10111111010110111010011101001100111111101100110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,23); }

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

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

 a { background-color: rgb(95,21,23); }

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

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

 span { border-color: rgb(95,21,23); }

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