#58211A

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

Shades of Caput Mortuum #58211A

Tints of Caput Mortuum #58211A

Color information

#58211A (or 0x58211A) is unknown color: approx Caput Mortuum. HEX triplet: 58, 21 and 1A. RGB value is (88,33,26). Sum of RGB (Red+Green+Blue) = 88+33+26=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58211A is #A7DEE5. Grayscale: #303030. Windows color (decimal): -11001574 or 1712472. OLE color: 1712472.

HSL color Cylindrical-coordinate representation of color #58211A: hue angle of 6.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58211A is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB883326-
CMYK00.620.700.65
HSL6.77º54.39%22.35%-
HSV(B)6.77º70.45%34.51%-
XYZ4.753.241.35-
YUV48.65115.22156.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=59.86%
G=22.45%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88332600.620.700.656.7754.3922.35
Hex58211A03E464173616
Octal130413207610610176626
Binary10110001000011101001111101000110100000111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58211A; }

 p { color: rgb(88,33,26); }

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

<style>
 a { background-color: #58211A; }

 a { background-color: rgb(88,33,26); }

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

<style>
 span { border-color: #58211A; }

 span { border-color: rgb(88,33,26); }

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