#500511

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

Shades of Bordeaux #500511

Tints of Bordeaux #500511

Color information

#500511 (or 0x500511) is unknown color: approx Bordeaux. HEX triplet: 50, 05 and 11. RGB value is (80,5,17). Sum of RGB (Red+Green+Blue) = 80+5+17=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500511 is #AFFAEE. Grayscale: #1C1C1C. Windows color (decimal): -11533039 or 1115472. OLE color: 1115472.

HSL color Cylindrical-coordinate representation of color #500511: hue angle of 350.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500511 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB80517-
CMYK00.940.790.69
HSL350.4º88.24%16.67%-
HSV(B)350.4º93.75%31.37%-
XYZ3.461.850.71-
YUV28.79121.35164.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=78.43%
G=4.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051700.940.790.69350.488.2416.67
Hex5051105E4F4515e5811
Octal120521013611710553613021
Binary1010000101100010101111010011111000101101011110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500511; }

 p { color: rgb(80,5,17); }

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

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

 a { background-color: rgb(80,5,17); }

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

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

 span { border-color: rgb(80,5,17); }

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