#512115

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

Shades of Caput Mortuum #512115

Tints of Caput Mortuum #512115

Color information

#512115 (or 0x512115) is unknown color: approx Caput Mortuum. HEX triplet: 51, 21 and 15. RGB value is (81,33,21). Sum of RGB (Red+Green+Blue) = 81+33+21=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512115 is #AEDEEA. Grayscale: #2E2E2E. Windows color (decimal): -11460331 or 1384785. OLE color: 1384785.

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

Color convert

RGB813321-
CMYK00.590.740.68
HSL12º58.82%20%-
HSV(B)12º74.07%31.76%-
XYZ4.072.891.05-
YUV45.98113.9152.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=60%
G=24.44%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81332100.590.740.681258.8220
Hex51211503B4A44c3b14
Octal1214125073112104147324
Binary101000110000110101011101110010101000100110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512115; }

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

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

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

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

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

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

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

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