#582515

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

Shades of Caput Mortuum #582515

Tints of Caput Mortuum #582515

Color information

#582515 (or 0x582515) is unknown color: approx Caput Mortuum. HEX triplet: 58, 25 and 15. RGB value is (88,37,21). Sum of RGB (Red+Green+Blue) = 88+37+21=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #582515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582515 is #A7DAEA. Grayscale: #323232. Windows color (decimal): -11000555 or 1385816. OLE color: 1385816.

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

Color convert

RGB883721-
CMYK00.580.760.65
HSL14.33º61.47%21.37%-
HSV(B)14.33º76.14%34.51%-
XYZ4.823.451.12-
YUV50.42111.4154.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.27%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=60.27%
G=25.34%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88372100.580.760.6514.3361.4721.37
Hex58251503A4C41e3d15
Octal1304525072114101167525
Binary101100010010110101011101010011001000001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582515; }

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

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

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

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

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

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

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

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