#581F16

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

Shades of Caput Mortuum #581F16

Tints of Caput Mortuum #581F16

Color information

#581F16 (or 0x581F16) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1F and 16. RGB value is (88,31,22). Sum of RGB (Red+Green+Blue) = 88+31+22=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F16 is #A7E0E9. Grayscale: #2F2F2F. Windows color (decimal): -11002090 or 1449816. OLE color: 1449816.

HSL color Cylindrical-coordinate representation of color #581F16: hue angle of 8.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581F16 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB883122-
CMYK00.650.750.65
HSL8.18º60%21.57%-
HSV(B)8.18º75%34.51%-
XYZ4.663.111.11-
YUV47.02113.88157.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=62.41%
G=21.99%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88312200.650.750.658.186021.57
Hex581F160414B4183c16
Octal13037260101113101107426
Binary101100011111101100100000110010111000001100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F16; }

 p { color: rgb(88,31,22); }

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

<style>
 a { background-color: #581F16; }

 a { background-color: rgb(88,31,22); }

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

<style>
 span { border-color: #581F16; }

 span { border-color: rgb(88,31,22); }

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