#501314

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

Shades of Bordeaux #501314

Tints of Bordeaux #501314

Color information

#501314 (or 0x501314) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 14. RGB value is (80,19,20). Sum of RGB (Red+Green+Blue) = 80+19+20=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501314 is #AFECEB. Grayscale: #252525. Windows color (decimal): -11529452 or 1315664. OLE color: 1315664.

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

Color convert

RGB801920-
CMYK00.760.750.69
HSL359.02º61.62%19.41%-
HSV(B)359.02º76.25%31.37%-
XYZ3.672.220.9-
YUV37.35118.21158.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=67.23%
G=15.97%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192000.760.750.69359.0261.6219.41
Hex50131404C4B451673e13
Octal120232401141131055477623
Binary10100001001110100010011001001011100010110110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501314; }

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

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

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

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

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

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

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

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