#511115

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

Shades of Bordeaux #511115

Tints of Bordeaux #511115

Color information

#511115 (or 0x511115) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 15. RGB value is (81,17,21). Sum of RGB (Red+Green+Blue) = 81+17+21=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #511115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511115 is #AEEEEA. Grayscale: #242424. Windows color (decimal): -11464427 or 1380689. OLE color: 1380689.

HSL color Cylindrical-coordinate representation of color #511115: hue angle of 356.25º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511115 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB811721-
CMYK00.790.740.68
HSL356.25º65.31%19.22%-
HSV(B)356.25º79.01%31.76%-
XYZ3.732.20.94-
YUV36.59119.2159.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=68.07%
G=14.29%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81172100.790.740.68356.2565.3119.22
Hex51111504F4A441644113
Octal1212125011711210454410123
Binary101000110001101010100111110010101000100101100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511115; }

 p { color: rgb(81,17,21); }

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

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

 a { background-color: rgb(81,17,21); }

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

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

 span { border-color: rgb(81,17,21); }

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