#522019

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

Shades of Caput Mortuum #522019

Tints of Caput Mortuum #522019

Color information

#522019 (or 0x522019) is unknown color: approx Caput Mortuum. HEX triplet: 52, 20 and 19. RGB value is (82,32,25). Sum of RGB (Red+Green+Blue) = 82+32+25=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522019 is #ADDFE6. Grayscale: #2E2E2E. Windows color (decimal): -11395047 or 1646674. OLE color: 1646674.

HSL color Cylindrical-coordinate representation of color #522019: hue angle of 7.37º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522019 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB823225-
CMYK00.610.700.68
HSL7.37º53.27%20.98%-
HSV(B)7.37º69.51%32.16%-
XYZ4.172.91.26-
YUV46.15116.06153.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=58.99%
G=23.02%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82322500.610.700.687.3753.2720.98
Hex52201903D464473515
Octal122403107510610476525
Binary10100101000001100101111011000110100010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522019; }

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

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

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

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

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

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

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

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