#511807

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

Shades of Caput Mortuum #511807

Tints of Caput Mortuum #511807

Color information

#511807 (or 0x511807) is unknown color: approx Caput Mortuum. HEX triplet: 51, 18 and 07. RGB value is (81,24,7). Sum of RGB (Red+Green+Blue) = 81+24+7=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #511807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511807 is #AEE7F8. Grayscale: #272727. Windows color (decimal): -11462649 or 464977. OLE color: 464977.

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

Color convert

RGB81247-
CMYK00.700.910.68
HSL13.78º84.09%17.25%-
HSV(B)13.78º91.36%31.76%-
XYZ3.762.420.47-
YUV39.1109.88157.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=72.32%
G=21.43%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124700.700.910.6813.7884.0917.25
Hex511870465B44e5411
Octal12130701061331041612421
Binary10100011100011101000110101101110001001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511807; }

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

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

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

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

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

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

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

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