#511A0B

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

Shades of Caput Mortuum #511A0B

Tints of Caput Mortuum #511A0B

Color information

#511A0B (or 0x511A0B) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1A and 0B. RGB value is (81,26,11). Sum of RGB (Red+Green+Blue) = 81+26+11=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A0B is #AEE5F4. Grayscale: #282828. Windows color (decimal): -11462133 or 727633. OLE color: 727633.

HSL color Cylindrical-coordinate representation of color #511A0B: hue angle of 12.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511A0B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB812611-
CMYK00.680.860.68
HSL12.86º76.09%18.04%-
HSV(B)12.86º86.42%31.76%-
XYZ3.822.510.6-
YUV40.73111.22156.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=68.64%
G=22.03%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81261100.680.860.6812.8676.0918.04
Hex511AB0445644d4c12
Octal121321301041261041511422
Binary101000111010101101000100101011010001001101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A0B; }

 p { color: rgb(81,26,11); }

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

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

 a { background-color: rgb(81,26,11); }

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

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

 span { border-color: rgb(81,26,11); }

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