#582921

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

Shades of Caput Mortuum #582921

Tints of Caput Mortuum #582921

Color information

#582921 (or 0x582921) is unknown color: approx Caput Mortuum. HEX triplet: 58, 29 and 21. RGB value is (88,41,33). Sum of RGB (Red+Green+Blue) = 88+41+33=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582921 is #A7D6DE. Grayscale: #363636. Windows color (decimal): -10999519 or 2173272. OLE color: 2173272.

HSL color Cylindrical-coordinate representation of color #582921: hue angle of 8.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582921 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB884133-
CMYK00.530.620.65
HSL8.73º45.45%23.73%-
HSV(B)8.73º62.5%34.51%-
XYZ5.093.771.9-
YUV54.14116.07152.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=54.32%
G=25.31%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88413300.530.620.658.7345.4523.73
Hex5829210353E4192d18
Octal130514106576101115530
Binary101100010100110000101101011111101000001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582921; }

 p { color: rgb(88,41,33); }

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

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

 a { background-color: rgb(88,41,33); }

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

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

 span { border-color: rgb(88,41,33); }

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