#51111B

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

Shades of Bordeaux #51111B

Tints of Bordeaux #51111B

Color information

#51111B (or 0x51111B) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 1B. RGB value is (81,17,27). Sum of RGB (Red+Green+Blue) = 81+17+27=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111B is #AEEEE4. Grayscale: #252525. Windows color (decimal): -11464421 or 1773905. OLE color: 1773905.

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

Color convert

RGB811727-
CMYK00.790.670.68
HSL350.62º65.31%19.22%-
HSV(B)350.62º79.01%31.76%-
XYZ3.792.231.27-
YUV37.28122.2159.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=64.8%
G=13.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81172700.790.670.68350.6265.3119.22
Hex51111B04F434415f4113
Octal1212133011710310453710123
Binary101000110001110110100111110000111000100101011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51111B; }

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

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

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

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

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

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

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

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