#51111E

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

Shades of Bordeaux #51111E

Tints of Bordeaux #51111E

Color information

#51111E (or 0x51111E) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 1E. RGB value is (81,17,30). Sum of RGB (Red+Green+Blue) = 81+17+30=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111E is #AEEEE1. Grayscale: #252525. Windows color (decimal): -11464418 or 1970513. OLE color: 1970513.

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

Color convert

RGB811730-
CMYK00.790.630.68
HSL347.81º65.31%19.22%-
HSV(B)347.81º79.01%31.76%-
XYZ3.832.241.46-
YUV37.62123.7158.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=63.28%
G=13.28%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81173000.790.630.68347.8165.3119.22
Hex51111E04F3F4415c4113
Octal121213601177710453410123
Binary10100011000111110010011111111111000100101011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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