#511920

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

Shades of Bordeaux #511920

Tints of Bordeaux #511920

Color information

#511920 (or 0x511920) is unknown color: approx Bordeaux. HEX triplet: 51, 19 and 20. RGB value is (81,25,32). Sum of RGB (Red+Green+Blue) = 81+25+32=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511920 is #AEE6DF. Grayscale: #2A2A2A. Windows color (decimal): -11462368 or 2103633. OLE color: 2103633.

HSL color Cylindrical-coordinate representation of color #511920: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511920 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB812532-
CMYK00.690.600.68
HSL352.5º52.83%20.78%-
HSV(B)352.5º69.14%31.76%-
XYZ42.551.65-
YUV42.54122.05155.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=58.70%
G=18.12%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81253200.690.600.68352.552.8320.78
Hex5119200453C441603515
Octal12131400105741045406525
Binary10100011100110000001000101111100100010010110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511920; }

 p { color: rgb(81,25,32); }

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

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

 a { background-color: rgb(81,25,32); }

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

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

 span { border-color: rgb(81,25,32); }

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