#511B20

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

Shades of Bordeaux #511B20

Tints of Bordeaux #511B20

Color information

#511B20 (or 0x511B20) is unknown color: approx Bordeaux. HEX triplet: 51, 1B and 20. RGB value is (81,27,32). Sum of RGB (Red+Green+Blue) = 81+27+32=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B20 is #AEE4DF. Grayscale: #2B2B2B. Windows color (decimal): -11461856 or 2104145. OLE color: 2104145.

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

Color convert

RGB812732-
CMYK00.670.600.68
HSL354.44º50%21.18%-
HSV(B)354.44º66.67%31.76%-
XYZ4.052.641.66-
YUV43.72121.39154.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=57.86%
G=19.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81273200.670.600.68354.445021.18
Hex511B200433C441623215
Octal12133400103741045426225
Binary10100011101110000001000011111100100010010110001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511B20; }

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

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

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

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

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

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

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

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