#582013

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

Shades of Caput Mortuum #582013

Tints of Caput Mortuum #582013

Color information

#582013 (or 0x582013) is unknown color: approx Caput Mortuum. HEX triplet: 58, 20 and 13. RGB value is (88,32,19). Sum of RGB (Red+Green+Blue) = 88+32+19=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582013 is #A7DFEC. Grayscale: #2F2F2F. Windows color (decimal): -11001837 or 1253464. OLE color: 1253464.

HSL color Cylindrical-coordinate representation of color #582013: hue angle of 11.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582013 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB883219-
CMYK00.640.780.65
HSL11.3º64.49%20.98%-
HSV(B)11.3º78.41%34.51%-
XYZ4.663.150.98-
YUV47.26112.05157.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=63.31%
G=23.02%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88321900.640.780.6511.364.4920.98
Hex5820130404E41b4015
Octal130402301001161011310025
Binary10110001000001001101000000100111010000011011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582013; }

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

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

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

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

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

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

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

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