#511520

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

Shades of Bordeaux #511520

Tints of Bordeaux #511520

Color information

#511520 (or 0x511520) is unknown color: approx Bordeaux. HEX triplet: 51, 15 and 20. RGB value is (81,21,32). Sum of RGB (Red+Green+Blue) = 81+21+32=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511520 is #AEEADF. Grayscale: #282828. Windows color (decimal): -11463392 or 2102609. OLE color: 2102609.

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

Color convert

RGB812132-
CMYK00.740.600.68
HSL349º58.82%20%-
HSV(B)349º74.07%31.76%-
XYZ3.922.391.62-
YUV40.19123.38157.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=60.45%
G=15.67%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81213200.740.600.6834958.8220
Hex51152004A3C4415d3b14
Octal12125400112741045357324
Binary10100011010110000001001010111100100010010101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511520; }

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

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

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

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

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

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

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

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