#511126

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

Shades of Bordeaux #511126

Tints of Bordeaux #511126

Color information

#511126 (or 0x511126) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 26. RGB value is (81,17,38). Sum of RGB (Red+Green+Blue) = 81+17+38=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511126 is #AEEED9. Grayscale: #262626. Windows color (decimal): -11464410 or 2494801. OLE color: 2494801.

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

Color convert

RGB811738-
CMYK00.790.530.68
HSL340.31º65.31%19.22%-
HSV(B)340.31º79.01%31.76%-
XYZ3.942.292.07-
YUV38.53127.7158.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=59.56%
G=12.5%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81173800.790.530.68340.3165.3119.22
Hex51112604F35441544113
Octal121214601176510452410123
Binary101000110001100110010011111101011000100101010100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511126; }

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

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

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

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

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

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

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

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