#51161C

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

Shades of Bordeaux #51161C

Tints of Bordeaux #51161C

Color information

#51161C (or 0x51161C) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 1C. RGB value is (81,22,28). Sum of RGB (Red+Green+Blue) = 81+22+28=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161C is #AEE9E3. Grayscale: #282828. Windows color (decimal): -11463140 or 1840721. OLE color: 1840721.

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

Color convert

RGB812228-
CMYK00.730.650.68
HSL353.9º57.28%20.2%-
HSV(B)353.9º72.84%31.76%-
XYZ3.892.411.36-
YUV40.32121.05157.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=61.83%
G=16.79%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81222800.730.650.68353.957.2820.2
Hex51161C04941441623914
Octal121263401111011045427124
Binary10100011011011100010010011000001100010010110001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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