#51201A

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

Shades of Caput Mortuum #51201A

Tints of Caput Mortuum #51201A

Color information

#51201A (or 0x51201A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 20 and 1A. RGB value is (81,32,26). Sum of RGB (Red+Green+Blue) = 81+32+26=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #51201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201A is #AEDFE5. Grayscale: #2E2E2E. Windows color (decimal): -11460582 or 1712209. OLE color: 1712209.

HSL color Cylindrical-coordinate representation of color #51201A: hue angle of 6.55º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51201A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB813226-
CMYK00.600.680.68
HSL6.55º51.4%20.98%-
HSV(B)6.55º67.9%31.76%-
XYZ4.12.861.31-
YUV45.97116.73152.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=58.27%
G=23.02%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81322600.600.680.686.5551.420.98
Hex51201A03C444473315
Octal121403207410410476325
Binary10100011000001101001111001000100100010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,32,26); }

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

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

 a { background-color: rgb(81,32,26); }

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

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

 span { border-color: rgb(81,32,26); }

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