#52180A

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

Shades of Caput Mortuum #52180A

Tints of Caput Mortuum #52180A

Color information

#52180A (or 0x52180A) is unknown color: approx Caput Mortuum. HEX triplet: 52, 18 and 0A. RGB value is (82,24,10). Sum of RGB (Red+Green+Blue) = 82+24+10=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52180A is #ADE7F5. Grayscale: #272727. Windows color (decimal): -11397110 or 661586. OLE color: 661586.

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

Color convert

RGB822410-
CMYK00.710.880.68
HSL11.67º78.26%18.04%-
HSV(B)11.67º87.8%32.16%-
XYZ3.862.470.56-
YUV39.75111.22158.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.69%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=70.69%
G=20.69%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82241000.710.880.6811.6778.2618.04
Hex5218A0475844c4e12
Octal122301201071301041411622
Binary101001011000101001000111101100010001001100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52180A; }

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

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

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

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

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

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

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

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