#582318

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

Shades of Caput Mortuum #582318

Tints of Caput Mortuum #582318

Color information

#582318 (or 0x582318) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 18. RGB value is (88,35,24). Sum of RGB (Red+Green+Blue) = 88+35+24=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582318 is #A7DCE7. Grayscale: #313131. Windows color (decimal): -11001064 or 1581912. OLE color: 1581912.

HSL color Cylindrical-coordinate representation of color #582318: hue angle of 10.31º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582318 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB883524-
CMYK00.600.730.65
HSL10.31º57.14%21.96%-
HSV(B)10.31º72.73%34.51%-
XYZ4.793.341.26-
YUV49.59113.56155.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=59.86%
G=23.81%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88352400.600.730.6510.3157.1421.96
Hex58231803C4941a3916
Octal1304330074111101127126
Binary101100010001111000011110010010011000001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582318; }

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

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

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

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

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

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

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

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