#58291F

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

Shades of Caput Mortuum #58291F

Tints of Caput Mortuum #58291F

Color information

#58291F (or 0x58291F) is unknown color: approx Caput Mortuum. HEX triplet: 58, 29 and 1F. RGB value is (88,41,31). Sum of RGB (Red+Green+Blue) = 88+41+31=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #58291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58291F is #A7D6E0. Grayscale: #363636. Windows color (decimal): -10999521 or 2042200. OLE color: 2042200.

HSL color Cylindrical-coordinate representation of color #58291F: hue angle of 10.53º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58291F is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB884131-
CMYK00.530.650.65
HSL10.53º47.9%23.33%-
HSV(B)10.53º64.77%34.51%-
XYZ5.063.761.76-
YUV53.91115.07152.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=55%
G=25.62%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88413100.530.650.6510.5347.923.33
Hex58291F0354141b3017
Octal1305137065101101136027
Binary101100010100111111011010110000011000001101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58291F; }

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

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

<style>
 a { background-color: #58291F; }

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

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

<style>
 span { border-color: #58291F; }

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

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