#58210D

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

Shades of Caput Mortuum #58210D

Tints of Caput Mortuum #58210D

Color information

#58210D (or 0x58210D) is unknown color: approx Caput Mortuum. HEX triplet: 58, 21 and 0D. RGB value is (88,33,13). Sum of RGB (Red+Green+Blue) = 88+33+13=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210D is #A7DEF2. Grayscale: #2F2F2F. Windows color (decimal): -11001587 or 860504. OLE color: 860504.

HSL color Cylindrical-coordinate representation of color #58210D: hue angle of 16º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58210D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB883313-
CMYK00.620.850.65
HSL16º74.26%19.8%-
HSV(B)16º85.23%34.51%-
XYZ4.643.190.75-
YUV47.16108.72157.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=65.67%
G=24.63%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88331300.620.850.651674.2619.8
Hex5821D03E5541104a14
Octal13041150761251012011224
Binary1011000100001110101111101010101100000110000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58210D; }

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

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

<style>
 a { background-color: #58210D; }

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

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

<style>
 span { border-color: #58210D; }

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

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