#500B11

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

Shades of Bordeaux #500B11

Tints of Bordeaux #500B11

Color information

#500B11 (or 0x500B11) is unknown color: approx Bordeaux. HEX triplet: 50, 0B and 11. RGB value is (80,11,17). Sum of RGB (Red+Green+Blue) = 80+11+17=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #500B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B11 is #AFF4EE. Grayscale: #202020. Windows color (decimal): -11531503 or 1117008. OLE color: 1117008.

HSL color Cylindrical-coordinate representation of color #500B11: hue angle of 354.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B11 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB801117-
CMYK00.860.790.69
HSL354.78º75.82%17.84%-
HSV(B)354.78º86.25%31.37%-
XYZ3.531.990.73-
YUV32.32119.36162.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.07%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=74.07%
G=10.19%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80111700.860.790.69354.7875.8217.84
Hex50B110564F451634c12
Octal1201321012611710554311422
Binary10100001011100010101011010011111000101101100011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B11; }

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

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

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

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

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

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

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

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