#500911

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

Shades of Bordeaux #500911

Tints of Bordeaux #500911

Color information

#500911 (or 0x500911) is unknown color: approx Bordeaux. HEX triplet: 50, 09 and 11. RGB value is (80,9,17). Sum of RGB (Red+Green+Blue) = 80+9+17=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500911 is #AFF6EE. Grayscale: #1F1F1F. Windows color (decimal): -11532015 or 1116496. OLE color: 1116496.

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

Color convert

RGB80917-
CMYK00.890.790.69
HSL353.24º79.78%17.45%-
HSV(B)353.24º88.75%31.37%-
XYZ3.511.940.72-
YUV31.14120.02162.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=75.47%
G=8.49%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8091700.890.790.69353.2479.7817.45
Hex509110594F451615011
Octal1201121013111710554112021
Binary10100001001100010101100110011111000101101100001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500911; }

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

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

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

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

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

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

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

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