#511A29

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

Shades of Bordeaux #511A29

Tints of Bordeaux #511A29

Color information

#511A29 (or 0x511A29) is unknown color: approx Bordeaux. HEX triplet: 51, 1A and 29. RGB value is (81,26,41). Sum of RGB (Red+Green+Blue) = 81+26+41=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #511A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A29 is #AEE5D6. Grayscale: #2C2C2C. Windows color (decimal): -11462103 or 2693713. OLE color: 2693713.

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

Color convert

RGB812641-
CMYK00.680.490.68
HSL343.64º51.4%20.98%-
HSV(B)343.64º67.9%31.76%-
XYZ4.162.652.39-
YUV44.15126.22154.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=54.73%
G=17.57%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81264100.680.490.68343.6451.420.98
Hex511A2904431441583315
Octal12132510104611045306325
Binary10100011101010100101000100110001100010010101100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,26,41); }

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

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

 a { background-color: rgb(81,26,41); }

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

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

 span { border-color: rgb(81,26,41); }

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