#52190D

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

Shades of Caput Mortuum #52190D

Tints of Caput Mortuum #52190D

Color information

#52190D (or 0x52190D) is unknown color: approx Caput Mortuum. HEX triplet: 52, 19 and 0D. RGB value is (82,25,13). Sum of RGB (Red+Green+Blue) = 82+25+13=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #52190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52190D is #ADE6F2. Grayscale: #282828. Windows color (decimal): -11396851 or 858450. OLE color: 858450.

HSL color Cylindrical-coordinate representation of color #52190D: hue angle of 10.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52190D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB822513-
CMYK00.700.840.68
HSL10.43º72.63%18.63%-
HSV(B)10.43º84.15%32.16%-
XYZ3.92.520.66-
YUV40.67112.38157.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.33%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=68.33%
G=20.83%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82251300.700.840.6810.4372.6318.63
Hex5219D0465444a4913
Octal122311501061241041211123
Binary101001011001110101000110101010010001001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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