#51111D

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

Shades of Bordeaux #51111D

Tints of Bordeaux #51111D

Color information

#51111D (or 0x51111D) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 1D. RGB value is (81,17,29). Sum of RGB (Red+Green+Blue) = 81+17+29=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111D is #AEEEE2. Grayscale: #252525. Windows color (decimal): -11464419 or 1904977. OLE color: 1904977.

HSL color Cylindrical-coordinate representation of color #51111D: hue angle of 348.75º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51111D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB811729-
CMYK00.790.640.68
HSL348.75º65.31%19.22%-
HSV(B)348.75º79.01%31.76%-
XYZ3.822.241.39-
YUV37.5123.2159.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=63.78%
G=13.39%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81172900.790.640.68348.7565.3119.22
Hex51111D04F404415d4113
Octal1212135011710010453510123
Binary101000110001111010100111110000001000100101011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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