#500016

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

Shades of Bordeaux #500016

Tints of Bordeaux #500016

Color information

#500016 (or 0x500016) is unknown color: approx Bordeaux. HEX triplet: 50, 00 and 16. RGB value is (80,0,22). Sum of RGB (Red+Green+Blue) = 80+0+22=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500016 is #AFFFE9. Grayscale: #1A1A1A. Windows color (decimal): -11534314 or 1441872. OLE color: 1441872.

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

Color convert

RGB80022-
CMYK010.720.69
HSL343.5º100%15.69%-
HSV(B)343.5º100%31.37%-
XYZ3.451.760.92-
YUV26.43125.5166.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=78.43%
G=0%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80022010.720.69343.510015.69
Hex5001606448451586410
Octal120026014411010553014420
Binary10100000101100110010010010001000101101011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500016; }

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

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

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

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

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

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

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

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