#512217

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

Shades of Caput Mortuum #512217

Tints of Caput Mortuum #512217

Color information

#512217 (or 0x512217) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 17. RGB value is (81,34,23). Sum of RGB (Red+Green+Blue) = 81+34+23=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512217 is #AEDDE8. Grayscale: #2E2E2E. Windows color (decimal): -11460073 or 1516113. OLE color: 1516113.

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

Color convert

RGB813423-
CMYK00.580.720.68
HSL11.38º55.77%20.39%-
HSV(B)11.38º71.6%31.76%-
XYZ4.122.961.16-
YUV46.8114.57152.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=58.70%
G=24.64%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81342300.580.720.6811.3855.7720.39
Hex51221703A4844b3814
Octal1214227072110104137024
Binary101000110001010111011101010010001000100101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512217; }

 p { color: rgb(81,34,23); }

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

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

 a { background-color: rgb(81,34,23); }

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

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

 span { border-color: rgb(81,34,23); }

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