#51111C

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

Shades of Bordeaux #51111C

Tints of Bordeaux #51111C

Color information

#51111C (or 0x51111C) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 1C. RGB value is (81,17,28). Sum of RGB (Red+Green+Blue) = 81+17+28=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111C is #AEEEE3. Grayscale: #252525. Windows color (decimal): -11464420 or 1839441. OLE color: 1839441.

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

Color convert

RGB811728-
CMYK00.790.650.68
HSL349.69º65.31%19.22%-
HSV(B)349.69º79.01%31.76%-
XYZ3.82.231.33-
YUV37.39122.7159.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=64.29%
G=13.49%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81172800.790.650.68349.6965.3119.22
Hex51111C04F414415e4113
Octal1212134011710110453610123
Binary101000110001111000100111110000011000100101011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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