#582315

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

Shades of Caput Mortuum #582315

Tints of Caput Mortuum #582315

Color information

#582315 (or 0x582315) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 15. RGB value is (88,35,21). Sum of RGB (Red+Green+Blue) = 88+35+21=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582315 is #A7DCEA. Grayscale: #313131. Windows color (decimal): -11001067 or 1385304. OLE color: 1385304.

HSL color Cylindrical-coordinate representation of color #582315: hue angle of 12.54º 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 #582315 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB883521-
CMYK00.600.760.65
HSL12.54º61.47%21.37%-
HSV(B)12.54º76.14%34.51%-
XYZ4.763.331.1-
YUV49.25112.06155.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=61.11%
G=24.31%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88352100.600.760.6512.5461.4721.37
Hex58231503C4C41d3d15
Octal1304325074114101157525
Binary101100010001110101011110010011001000001110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582315; }

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

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

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

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

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

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

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

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