#511707

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

Shades of Caput Mortuum #511707

Tints of Caput Mortuum #511707

Color information

#511707 (or 0x511707) is unknown color: approx Caput Mortuum. HEX triplet: 51, 17 and 07. RGB value is (81,23,7). Sum of RGB (Red+Green+Blue) = 81+23+7=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511707 is #AEE8F8. Grayscale: #262626. Windows color (decimal): -11462905 or 464721. OLE color: 464721.

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

Color convert

RGB81237-
CMYK00.720.910.68
HSL12.97º84.09%17.25%-
HSV(B)12.97º91.36%31.76%-
XYZ3.742.380.46-
YUV38.52110.22158.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=72.97%
G=20.72%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8123700.720.910.6812.9784.0917.25
Hex511770485B44d5411
Octal12127701101331041512421
Binary10100011011111101001000101101110001001101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511707; }

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

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

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

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

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

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

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

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