#501316

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

Shades of Bordeaux #501316

Tints of Bordeaux #501316

Color information

#501316 (or 0x501316) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 16. RGB value is (80,19,22). Sum of RGB (Red+Green+Blue) = 80+19+22=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501316 is #AFECE9. Grayscale: #252525. Windows color (decimal): -11529450 or 1446736. OLE color: 1446736.

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

Color convert

RGB801922-
CMYK00.760.720.69
HSL357.05º61.62%19.41%-
HSV(B)357.05º76.25%31.37%-
XYZ3.692.231-
YUV37.58119.21158.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=66.12%
G=15.70%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192200.760.720.69357.0561.6219.41
Hex50131604C48451653e13
Octal120232601141101055457623
Binary10100001001110110010011001001000100010110110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501316; }

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

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

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

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

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

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

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

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