#512110

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

Shades of Caput Mortuum #512110

Tints of Caput Mortuum #512110

Color information

#512110 (or 0x512110) is unknown color: approx Caput Mortuum. HEX triplet: 51, 21 and 10. RGB value is (81,33,16). Sum of RGB (Red+Green+Blue) = 81+33+16=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #512110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512110 is #AEDEEF. Grayscale: #2D2D2D. Windows color (decimal): -11460336 or 1057105. OLE color: 1057105.

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

Color convert

RGB813316-
CMYK00.590.800.68
HSL15.69º67.01%19.02%-
HSV(B)15.69º80.25%31.76%-
XYZ4.032.870.83-
YUV45.41111.4153.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=62.31%
G=25.38%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81331600.590.800.6815.6967.0119.02
Hex51211003B5044104313
Octal12141200731201042010323
Binary10100011000011000001110111010000100010010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512110; }

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

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

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

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

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

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

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

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