#58200D

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

Shades of Caput Mortuum #58200D

Tints of Caput Mortuum #58200D

Color information

#58200D (or 0x58200D) is unknown color: approx Caput Mortuum. HEX triplet: 58, 20 and 0D. RGB value is (88,32,13). Sum of RGB (Red+Green+Blue) = 88+32+13=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58200D is #A7DFF2. Grayscale: #2E2E2E. Windows color (decimal): -11001843 or 860248. OLE color: 860248.

HSL color Cylindrical-coordinate representation of color #58200D: hue angle of 15.2º 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 #58200D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB883213-
CMYK00.640.850.65
HSL15.2º74.26%19.8%-
HSV(B)15.2º85.23%34.51%-
XYZ4.613.140.74-
YUV46.58109.05157.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=66.17%
G=24.06%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88321300.640.850.6515.274.2619.8
Hex5820D0405541f4a14
Octal130401501001251011711224
Binary1011000100000110101000000101010110000011111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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