#51161F

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

Shades of Bordeaux #51161F

Tints of Bordeaux #51161F

Color information

#51161F (or 0x51161F) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 1F. RGB value is (81,22,31). Sum of RGB (Red+Green+Blue) = 81+22+31=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #51161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161F is #AEE9E0. Grayscale: #282828. Windows color (decimal): -11463137 or 2037329. OLE color: 2037329.

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

Color convert

RGB812231-
CMYK00.730.620.68
HSL350.85º57.28%20.2%-
HSV(B)350.85º72.84%31.76%-
XYZ3.932.421.56-
YUV40.67122.55156.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=60.45%
G=16.42%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81223100.730.620.68350.8557.2820.2
Hex51161F0493E4415f3914
Octal12126370111761045377124
Binary1010001101101111101001001111110100010010101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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