#521808

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

Shades of Caput Mortuum #521808

Tints of Caput Mortuum #521808

Color information

#521808 (or 0x521808) is unknown color: approx Caput Mortuum. HEX triplet: 52, 18 and 08. RGB value is (82,24,8). Sum of RGB (Red+Green+Blue) = 82+24+8=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #521808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521808 is #ADE7F7. Grayscale: #272727. Windows color (decimal): -11397112 or 530514. OLE color: 530514.

HSL color Cylindrical-coordinate representation of color #521808: hue angle of 12.97º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521808 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82248-
CMYK00.710.900.68
HSL12.97º82.22%17.65%-
HSV(B)12.97º90.24%32.16%-
XYZ3.852.460.5-
YUV39.52110.22158.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=71.93%
G=21.05%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224800.710.900.6812.9782.2217.65
Hex521880475A44d5212
Octal122301001071321041512222
Binary101001011000100001000111101101010001001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521808; }

 p { color: rgb(82,24,8); }

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

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

 a { background-color: rgb(82,24,8); }

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

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

 span { border-color: rgb(82,24,8); }

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