#51161E

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

Shades of Bordeaux #51161E

Tints of Bordeaux #51161E

Color information

#51161E (or 0x51161E) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 1E. RGB value is (81,22,30). Sum of RGB (Red+Green+Blue) = 81+22+30=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161E is #AEE9E1. Grayscale: #282828. Windows color (decimal): -11463138 or 1971793. OLE color: 1971793.

HSL color Cylindrical-coordinate representation of color #51161E: hue angle of 351.86º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51161E is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB812230-
CMYK00.730.630.68
HSL351.86º57.28%20.2%-
HSV(B)351.86º72.84%31.76%-
XYZ3.912.421.49-
YUV40.55122.05156.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=60.90%
G=16.54%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81223000.730.630.68351.8657.2820.2
Hex51161E0493F441603914
Octal12126360111771045407124
Binary1010001101101111001001001111111100010010110000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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