#582512

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

Shades of Caput Mortuum #582512

Tints of Caput Mortuum #582512

Color information

#582512 (or 0x582512) is unknown color: approx Caput Mortuum. HEX triplet: 58, 25 and 12. RGB value is (88,37,18). Sum of RGB (Red+Green+Blue) = 88+37+18=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582512 is #A7DAED. Grayscale: #323232. Windows color (decimal): -11000558 or 1189208. OLE color: 1189208.

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

Color convert

RGB883718-
CMYK00.580.800.65
HSL16.29º66.04%20.78%-
HSV(B)16.29º79.55%34.51%-
XYZ4.83.440.98-
YUV50.08109.9155.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=61.54%
G=25.87%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88371800.580.800.6516.2966.0420.78
Hex58251203A5041104215
Octal13045220721201012010225
Binary10110001001011001001110101010000100000110000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582512; }

 p { color: rgb(88,37,18); }

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

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

 a { background-color: rgb(88,37,18); }

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

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

 span { border-color: rgb(88,37,18); }

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