#51141E

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

Shades of Bordeaux #51141E

Tints of Bordeaux #51141E

Color information

#51141E (or 0x51141E) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 1E. RGB value is (81,20,30). Sum of RGB (Red+Green+Blue) = 81+20+30=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141E is #AEEBE1. Grayscale: #272727. Windows color (decimal): -11463650 or 1971281. OLE color: 1971281.

HSL color Cylindrical-coordinate representation of color #51141E: hue angle of 350.16º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51141E is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB812030-
CMYK00.750.630.68
HSL350.16º60.4%19.8%-
HSV(B)350.16º75.31%31.76%-
XYZ3.882.341.48-
YUV39.38122.71157.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=61.83%
G=15.27%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81203000.750.630.68350.1660.419.8
Hex51141E04B3F4415e3c14
Octal12124360113771045367424
Binary1010001101001111001001011111111100010010101111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51141E; }

 p { color: rgb(81,20,30); }

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

<style>
 a { background-color: #51141E; }

 a { background-color: rgb(81,20,30); }

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

<style>
 span { border-color: #51141E; }

 span { border-color: rgb(81,20,30); }

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