#500116

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

Shades of Bordeaux #500116

Tints of Bordeaux #500116

Color information

#500116 (or 0x500116) is unknown color: approx Bordeaux. HEX triplet: 50, 01 and 16. RGB value is (80,1,22). Sum of RGB (Red+Green+Blue) = 80+1+22=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500116 is #AFFEE9. Grayscale: #1B1B1B. Windows color (decimal): -11534058 or 1442128. OLE color: 1442128.

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

Color convert

RGB80122-
CMYK00.990.720.69
HSL344.05º97.53%15.88%-
HSV(B)344.05º98.75%31.37%-
XYZ3.461.790.92-
YUV27.01125.17165.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=77.67%
G=0.97%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8012200.990.720.69344.0597.5315.88
Hex5011606348451586210
Octal120126014311010553014220
Binary10100001101100110001110010001000101101011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500116; }

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

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

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

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

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

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

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

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