#512111

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

Shades of Caput Mortuum #512111

Tints of Caput Mortuum #512111

Color information

#512111 (or 0x512111) is unknown color: approx Caput Mortuum. HEX triplet: 51, 21 and 11. RGB value is (81,33,17). Sum of RGB (Red+Green+Blue) = 81+33+17=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #512111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512111 is #AEDEEE. Grayscale: #2D2D2D. Windows color (decimal): -11460335 or 1122641. OLE color: 1122641.

HSL color Cylindrical-coordinate representation of color #512111: hue angle of 15º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512111 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB813317-
CMYK00.590.790.68
HSL15º65.31%19.22%-
HSV(B)15º79.01%31.76%-
XYZ4.042.880.87-
YUV45.53111.9153.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=61.83%
G=25.19%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81331700.590.790.681565.3119.22
Hex51211103B4F44f4113
Octal12141210731171041710123
Binary1010001100001100010111011100111110001001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512111; }

 p { color: rgb(81,33,17); }

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

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

 a { background-color: rgb(81,33,17); }

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

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

 span { border-color: rgb(81,33,17); }

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