#511E2B

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

Shades of Bordeaux #511E2B

Tints of Bordeaux #511E2B

Color information

#511E2B (or 0x511E2B) is unknown color: approx Bordeaux. HEX triplet: 51, 1E and 2B. RGB value is (81,30,43). Sum of RGB (Red+Green+Blue) = 81+30+43=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E2B is #AEE1D4. Grayscale: #2E2E2E. Windows color (decimal): -11461077 or 2825809. OLE color: 2825809.

HSL color Cylindrical-coordinate representation of color #511E2B: hue angle of 344.71º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E2B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB813043-
CMYK00.630.470.68
HSL344.71º45.95%21.76%-
HSV(B)344.71º62.96%31.76%-
XYZ4.292.852.61-
YUV46.73125.9152.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=52.60%
G=19.48%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81304300.630.470.68344.7145.9521.76
Hex511E2B03F2F441592e16
Octal1213653077571045315626
Binary1010001111101010110111111101111100010010101100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,30,43); }

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

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

 a { background-color: rgb(81,30,43); }

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

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

 span { border-color: rgb(81,30,43); }

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