#500710

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

Shades of Bordeaux #500710

Tints of Bordeaux #500710

Color information

#500710 (or 0x500710) is unknown color: approx Bordeaux. HEX triplet: 50, 07 and 10. RGB value is (80,7,16). Sum of RGB (Red+Green+Blue) = 80+7+16=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500710 is #AFF8EF. Grayscale: #1D1D1D. Windows color (decimal): -11532528 or 1050448. OLE color: 1050448.

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

Color convert

RGB80716-
CMYK00.910.800.69
HSL352.6º83.91%17.06%-
HSV(B)352.6º91.25%31.37%-
XYZ3.481.890.67-
YUV29.85120.18163.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=77.67%
G=6.80%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071600.910.800.69352.683.9117.06
Hex5071005B50451615411
Octal120720013312010554112421
Binary1010000111100000101101110100001000101101100001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500710; }

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

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

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

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

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

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

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

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