#501113

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

Shades of Bordeaux #501113

Tints of Bordeaux #501113

Color information

#501113 (or 0x501113) is unknown color: approx Bordeaux. HEX triplet: 50, 11 and 13. RGB value is (80,17,19). Sum of RGB (Red+Green+Blue) = 80+17+19=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501113 is #AFEEEC. Grayscale: #242424. Windows color (decimal): -11529965 or 1249616. OLE color: 1249616.

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

Color convert

RGB801719-
CMYK00.790.760.69
HSL358.1º64.95%19.02%-
HSV(B)358.1º78.75%31.37%-
XYZ3.632.150.84-
YUV36.06118.37159.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=68.97%
G=14.66%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80171900.790.760.69358.164.9519.02
Hex50111304F4C451664113
Octal1202123011711410554610123
Binary101000010001100110100111110011001000101101100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501113; }

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

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

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

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

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

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

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

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