#511A27

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

Shades of Bordeaux #511A27

Tints of Bordeaux #511A27

Color information

#511A27 (or 0x511A27) is unknown color: approx Bordeaux. HEX triplet: 51, 1A and 27. RGB value is (81,26,39). Sum of RGB (Red+Green+Blue) = 81+26+39=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A27 is #AEE5D8. Grayscale: #2B2B2B. Windows color (decimal): -11462105 or 2562641. OLE color: 2562641.

HSL color Cylindrical-coordinate representation of color #511A27: hue angle of 345.82º 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 #511A27 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB812639-
CMYK00.680.520.68
HSL345.82º51.4%20.98%-
HSV(B)345.82º67.9%31.76%-
XYZ4.132.632.21-
YUV43.93125.22154.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=55.48%
G=17.81%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81263900.680.520.68345.8251.420.98
Hex511A27044344415a3315
Octal12132470104641045326325
Binary10100011101010011101000100110100100010010101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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