#512415

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

Shades of Caput Mortuum #512415

Tints of Caput Mortuum #512415

Color information

#512415 (or 0x512415) is unknown color: approx Caput Mortuum. HEX triplet: 51, 24 and 15. RGB value is (81,36,21). Sum of RGB (Red+Green+Blue) = 81+36+21=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512415 is #AEDBEA. Grayscale: #2F2F2F. Windows color (decimal): -11459563 or 1385553. OLE color: 1385553.

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

Color convert

RGB813621-
CMYK00.560.740.68
HSL15º58.82%20%-
HSV(B)15º74.07%31.76%-
XYZ4.163.071.08-
YUV47.74112.91151.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=58.70%
G=26.09%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81362100.560.740.681558.8220
Hex5124150384A44f3b14
Octal1214425070112104177324
Binary101000110010010101011100010010101000100111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512415; }

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

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

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

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

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

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

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

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