#58281D

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

Shades of Caput Mortuum #58281D

Tints of Caput Mortuum #58281D

Color information

#58281D (or 0x58281D) is unknown color: approx Caput Mortuum. HEX triplet: 58, 28 and 1D. RGB value is (88,40,29). Sum of RGB (Red+Green+Blue) = 88+40+29=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58281D is #A7D7E2. Grayscale: #353535. Windows color (decimal): -10999779 or 1910872. OLE color: 1910872.

HSL color Cylindrical-coordinate representation of color #58281D: hue angle of 11.19º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58281D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB884029-
CMYK00.550.670.65
HSL11.19º50.43%22.94%-
HSV(B)11.19º67.05%34.51%-
XYZ5.013.681.61-
YUV53.1114.4152.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=56.05%
G=25.48%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88402900.550.670.6511.1950.4322.94
Hex58281D0374341b3217
Octal1305035067103101136227
Binary101100010100011101011011110000111000001101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,40,29); }

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

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

 a { background-color: rgb(88,40,29); }

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

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

 span { border-color: rgb(88,40,29); }

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