#58281B

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

Shades of Caput Mortuum #58281B

Tints of Caput Mortuum #58281B

Color information

#58281B (or 0x58281B) is unknown color: approx Caput Mortuum. HEX triplet: 58, 28 and 1B. RGB value is (88,40,27). Sum of RGB (Red+Green+Blue) = 88+40+27=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58281B is #A7D7E4. Grayscale: #343434. Windows color (decimal): -10999781 or 1779800. OLE color: 1779800.

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

Color convert

RGB884027-
CMYK00.550.690.65
HSL12.79º53.04%22.55%-
HSV(B)12.79º69.32%34.51%-
XYZ4.983.671.48-
YUV52.87113.4153.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=56.77%
G=25.81%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88402700.550.690.6512.7953.0422.55
Hex58281B0374541d3517
Octal1305033067105101156527
Binary101100010100011011011011110001011000001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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