#512017

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

Shades of Caput Mortuum #512017

Tints of Caput Mortuum #512017

Color information

#512017 (or 0x512017) is unknown color: approx Caput Mortuum. HEX triplet: 51, 20 and 17. RGB value is (81,32,23). Sum of RGB (Red+Green+Blue) = 81+32+23=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512017 is #AEDFE8. Grayscale: #2D2D2D. Windows color (decimal): -11460585 or 1515601. OLE color: 1515601.

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

Color convert

RGB813223-
CMYK00.600.720.68
HSL9.31º55.77%20.39%-
HSV(B)9.31º71.6%31.76%-
XYZ4.062.841.15-
YUV45.62115.23153.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=59.56%
G=23.53%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81322300.600.720.689.3155.7720.39
Hex51201703C484493814
Octal1214027074110104117024
Binary101000110000010111011110010010001000100100111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512017; }

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

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

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

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

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

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

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

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