#51161D

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

Shades of Bordeaux #51161D

Tints of Bordeaux #51161D

Color information

#51161D (or 0x51161D) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 1D. RGB value is (81,22,29). Sum of RGB (Red+Green+Blue) = 81+22+29=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161D is #AEE9E2. Grayscale: #282828. Windows color (decimal): -11463139 or 1906257. OLE color: 1906257.

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

Color convert

RGB812229-
CMYK00.730.640.68
HSL352.88º57.28%20.2%-
HSV(B)352.88º72.84%31.76%-
XYZ3.92.411.42-
YUV40.44121.55156.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=61.36%
G=16.67%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81222900.730.640.68352.8857.2820.2
Hex51161D04940441613914
Octal121263501111001045417124
Binary10100011011011101010010011000000100010010110000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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