#51231A

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

Shades of Caput Mortuum #51231A

Tints of Caput Mortuum #51231A

Color information

#51231A (or 0x51231A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 23 and 1A. RGB value is (81,35,26). Sum of RGB (Red+Green+Blue) = 81+35+26=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51231A is #AEDCE5. Grayscale: #2F2F2F. Windows color (decimal): -11459814 or 1712977. OLE color: 1712977.

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

Color convert

RGB813526-
CMYK00.570.680.68
HSL9.82º51.4%20.98%-
HSV(B)9.82º67.9%31.76%-
XYZ4.183.031.34-
YUV47.73115.74151.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=57.04%
G=24.65%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81352600.570.680.689.8251.420.98
Hex51231A0394444a3315
Octal1214332071104104126325
Binary101000110001111010011100110001001000100101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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