#582213

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

Shades of Caput Mortuum #582213

Tints of Caput Mortuum #582213

Color information

#582213 (or 0x582213) is unknown color: approx Caput Mortuum. HEX triplet: 58, 22 and 13. RGB value is (88,34,19). Sum of RGB (Red+Green+Blue) = 88+34+19=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #582213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582213 is #A7DDEC. Grayscale: #303030. Windows color (decimal): -11001325 or 1253976. OLE color: 1253976.

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

Color convert

RGB883419-
CMYK00.610.780.65
HSL13.04º64.49%20.98%-
HSV(B)13.04º78.41%34.51%-
XYZ4.713.271-
YUV48.44111.39156.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=62.41%
G=24.11%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88341900.610.780.6513.0464.4920.98
Hex58221303D4E41d4015
Octal13042230751161011510025
Binary1011000100010100110111101100111010000011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582213; }

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

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

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

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

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

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

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

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