#51201D

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

Shades of Caput Mortuum #51201D

Tints of Caput Mortuum #51201D

Color information

#51201D (or 0x51201D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 20 and 1D. RGB value is (81,32,29). Sum of RGB (Red+Green+Blue) = 81+32+29=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201D is #AEDFE2. Grayscale: #2E2E2E. Windows color (decimal): -11460579 or 1908817. OLE color: 1908817.

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

Color convert

RGB813229-
CMYK00.600.640.68
HSL3.46º47.27%21.57%-
HSV(B)3.46º64.2%31.76%-
XYZ4.132.871.5-
YUV46.31118.23152.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=57.04%
G=22.54%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81322900.600.640.683.4647.2721.57
Hex51201D03C404432f16
Octal121403507410010435726
Binary1010001100000111010111100100000010001001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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