#512319

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

Shades of Caput Mortuum #512319

Tints of Caput Mortuum #512319

Color information

#512319 (or 0x512319) is unknown color: approx Caput Mortuum. HEX triplet: 51, 23 and 19. RGB value is (81,35,25). Sum of RGB (Red+Green+Blue) = 81+35+25=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #512319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512319 is #AEDCE6. Grayscale: #2F2F2F. Windows color (decimal): -11459815 or 1647441. OLE color: 1647441.

HSL color Cylindrical-coordinate representation of color #512319: hue angle of 10.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512319 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB813525-
CMYK00.570.690.68
HSL10.71º52.83%20.78%-
HSV(B)10.71º69.14%31.76%-
XYZ4.173.021.28-
YUV47.61115.24151.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=57.45%
G=24.82%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81352500.570.690.6810.7152.8320.78
Hex5123190394544b3515
Octal1214331071105104136525
Binary101000110001111001011100110001011000100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512319; }

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

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

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

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

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

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

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

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