#500711

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

Shades of Bordeaux #500711

Tints of Bordeaux #500711

Color information

#500711 (or 0x500711) is unknown color: approx Bordeaux. HEX triplet: 50, 07 and 11. RGB value is (80,7,17). Sum of RGB (Red+Green+Blue) = 80+7+17=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #500711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500711 is #AFF8EE. Grayscale: #1E1E1E. Windows color (decimal): -11532527 or 1115984. OLE color: 1115984.

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

Color convert

RGB80717-
CMYK00.910.790.69
HSL351.78º83.91%17.06%-
HSV(B)351.78º91.25%31.37%-
XYZ3.491.90.71-
YUV29.97120.68163.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.92%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=76.92%
G=6.73%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8071700.910.790.69351.7883.9117.06
Hex5071105B4F451605411
Octal120721013311710554012421
Binary1010000111100010101101110011111000101101100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500711; }

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

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

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

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

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

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

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

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