#5F2113

Color #5F2113 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #5F2113

Tints of Caput Mortuum #5F2113

Color information

#5F2113 (or 0x5F2113) is unknown color: approx Caput Mortuum. HEX triplet: 5F, 21 and 13. RGB value is (95,33,19). Sum of RGB (Red+Green+Blue) = 95+33+19=147 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.63% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2113 is #A0DEEC. Grayscale: #323232. Windows color (decimal): -10542829 or 1253727. OLE color: 1253727.

HSL color Cylindrical-coordinate representation of color #5F2113: hue angle of 11.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2113 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB953319-
CMYK00.650.800.63
HSL11.05º66.67%22.35%-
HSV(B)11.05º80%37.25%-
XYZ5.383.571.02-
YUV49.94110.54160.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 64.63%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=64.63%
G=22.45%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95331900.650.800.6311.0566.6722.35
Hex5F2113041503Fb4316
Octal13741230101120771310326
Binary1011111100001100110100000110100001111111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,19); }

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

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

 a { background-color: rgb(95,33,19); }

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

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

 span { border-color: rgb(95,33,19); }

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