#500111

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

Shades of Bordeaux #500111

Tints of Bordeaux #500111

Color information

#500111 (or 0x500111) is unknown color: approx Bordeaux. HEX triplet: 50, 01 and 11. RGB value is (80,1,17). Sum of RGB (Red+Green+Blue) = 80+1+17=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500111 is #AFFEEE. Grayscale: #1A1A1A. Windows color (decimal): -11534063 or 1114448. OLE color: 1114448.

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

Color convert

RGB80117-
CMYK00.990.790.69
HSL347.85º97.53%15.88%-
HSV(B)347.85º98.75%31.37%-
XYZ3.421.770.69-
YUV26.44122.67166.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 81.63%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=81.63%
G=1.02%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8011700.990.790.69347.8597.5315.88
Hex501110634F4515c6210
Octal120121014311710553414220
Binary10100001100010110001110011111000101101011100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500111; }

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

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

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

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

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

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

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

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