#511A1E

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

Shades of Bordeaux #511A1E

Tints of Bordeaux #511A1E

Color information

#511A1E (or 0x511A1E) is unknown color: approx Bordeaux. HEX triplet: 51, 1A and 1E. RGB value is (81,26,30). Sum of RGB (Red+Green+Blue) = 81+26+30=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A1E is #AEE5E1. Grayscale: #2A2A2A. Windows color (decimal): -11462114 or 1972817. OLE color: 1972817.

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

Color convert

RGB812630-
CMYK00.680.630.68
HSL355.64º51.4%20.98%-
HSV(B)355.64º67.9%31.76%-
XYZ42.581.52-
YUV42.9120.72155.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=59.12%
G=18.98%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81263000.680.630.68355.6451.420.98
Hex511A1E0443F441643315
Octal12132360104771045446325
Binary1010001110101111001000100111111100010010110010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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