#51161B

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

Shades of Bordeaux #51161B

Tints of Bordeaux #51161B

Color information

#51161B (or 0x51161B) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 1B. RGB value is (81,22,27). Sum of RGB (Red+Green+Blue) = 81+22+27=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161B is #AEE9E4. Grayscale: #282828. Windows color (decimal): -11463141 or 1775185. OLE color: 1775185.

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

Color convert

RGB812227-
CMYK00.730.670.68
HSL354.92º57.28%20.2%-
HSV(B)354.92º72.84%31.76%-
XYZ3.882.41.3-
YUV40.21120.55157.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=62.31%
G=16.92%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81222700.730.670.68354.9257.2820.2
Hex51161B04943441633914
Octal121263301111031045437124
Binary10100011011011011010010011000011100010010110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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