#51141B

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

Shades of Bordeaux #51141B

Tints of Bordeaux #51141B

Color information

#51141B (or 0x51141B) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 1B. RGB value is (81,20,27). Sum of RGB (Red+Green+Blue) = 81+20+27=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141B is #AEEBE4. Grayscale: #272727. Windows color (decimal): -11463653 or 1774673. OLE color: 1774673.

HSL color Cylindrical-coordinate representation of color #51141B: hue angle of 353.11º 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 #51141B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB812027-
CMYK00.750.670.68
HSL353.11º60.4%19.8%-
HSV(B)353.11º75.31%31.76%-
XYZ3.842.331.28-
YUV39.04121.21157.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=63.28%
G=15.62%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202700.750.670.68353.1160.419.8
Hex51141B04B43441613c14
Octal121243301131031045417424
Binary10100011010011011010010111000011100010010110000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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