#512313

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

Shades of Caput Mortuum #512313

Tints of Caput Mortuum #512313

Color information

#512313 (or 0x512313) is unknown color: approx Caput Mortuum. HEX triplet: 51, 23 and 13. RGB value is (81,35,19). Sum of RGB (Red+Green+Blue) = 81+35+19=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512313 is #AEDCEC. Grayscale: #2F2F2F. Windows color (decimal): -11459821 or 1254225. OLE color: 1254225.

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

Color convert

RGB813519-
CMYK00.570.770.68
HSL15.48º62%19.61%-
HSV(B)15.48º76.54%31.76%-
XYZ4.1130.98-
YUV46.93112.24152.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=60%
G=25.93%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81351900.570.770.6815.486219.61
Hex5123130394D44f3e14
Octal1214323071115104177624
Binary101000110001110011011100110011011000100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512313; }

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

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

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

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

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

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

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

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