#512113

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

Shades of Caput Mortuum #512113

Tints of Caput Mortuum #512113

Color information

#512113 (or 0x512113) is unknown color: approx Caput Mortuum. HEX triplet: 51, 21 and 13. RGB value is (81,33,19). Sum of RGB (Red+Green+Blue) = 81+33+19=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #512113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512113 is #AEDEEC. Grayscale: #2D2D2D. Windows color (decimal): -11460333 or 1253713. OLE color: 1253713.

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

Color convert

RGB813319-
CMYK00.590.770.68
HSL13.55º62%19.61%-
HSV(B)13.55º76.54%31.76%-
XYZ4.052.880.96-
YUV45.76112.9153.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=60.90%
G=24.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81331900.590.770.6813.556219.61
Hex51211303B4D44e3e14
Octal1214123073115104167624
Binary101000110000110011011101110011011000100111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512113; }

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

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

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

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

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

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

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

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