#501416

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

Shades of Bordeaux #501416

Tints of Bordeaux #501416

Color information

#501416 (or 0x501416) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 16. RGB value is (80,20,22). Sum of RGB (Red+Green+Blue) = 80+20+22=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501416 is #AFEBE9. Grayscale: #262626. Windows color (decimal): -11529194 or 1446992. OLE color: 1446992.

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

Color convert

RGB802022-
CMYK00.750.720.69
HSL358º60%19.61%-
HSV(B)358º75%31.37%-
XYZ3.72.261-
YUV38.17118.88157.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=65.57%
G=16.39%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80202200.750.720.693586019.61
Hex50141604B48451663c14
Octal120242601131101055467424
Binary10100001010010110010010111001000100010110110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501416; }

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

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

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

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

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

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

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

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