#500510

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

Shades of Bordeaux #500510

Tints of Bordeaux #500510

Color information

#500510 (or 0x500510) is unknown color: approx Bordeaux. HEX triplet: 50, 05 and 10. RGB value is (80,5,16). Sum of RGB (Red+Green+Blue) = 80+5+16=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500510 is #AFFAEF. Grayscale: #1C1C1C. Windows color (decimal): -11533040 or 1049936. OLE color: 1049936.

HSL color Cylindrical-coordinate representation of color #500510: hue angle of 351.2º 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 #500510 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB80516-
CMYK00.940.800.69
HSL351.2º88.24%16.67%-
HSV(B)351.2º93.75%31.37%-
XYZ3.461.850.67-
YUV28.68120.85164.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 79.21%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=79.21%
G=4.95%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051600.940.800.69351.288.2416.67
Hex5051005E504515f5811
Octal120520013612010553713021
Binary1010000101100000101111010100001000101101011111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500510; }

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

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

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

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

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

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

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

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