#52190A

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

Shades of Caput Mortuum #52190A

Tints of Caput Mortuum #52190A

Color information

#52190A (or 0x52190A) is unknown color: approx Caput Mortuum. HEX triplet: 52, 19 and 0A. RGB value is (82,25,10). Sum of RGB (Red+Green+Blue) = 82+25+10=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52190A is #ADE6F5. Grayscale: #282828. Windows color (decimal): -11396854 or 661842. OLE color: 661842.

HSL color Cylindrical-coordinate representation of color #52190A: hue angle of 12.5º 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 #52190A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB822510-
CMYK00.700.880.68
HSL12.5º78.26%18.04%-
HSV(B)12.5º87.8%32.16%-
XYZ3.882.510.57-
YUV40.33110.88157.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=70.09%
G=21.37%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82251000.700.880.6812.578.2618.04
Hex5219A0465844c4e12
Octal122311201061301041411622
Binary101001011001101001000110101100010001001100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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