#501119

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

Shades of Bordeaux #501119

Tints of Bordeaux #501119

Color information

#501119 (or 0x501119) is unknown color: approx Bordeaux. HEX triplet: 50, 11 and 19. RGB value is (80,17,25). Sum of RGB (Red+Green+Blue) = 80+17+25=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501119 is #AFEEE6. Grayscale: #242424. Windows color (decimal): -11529959 or 1642832. OLE color: 1642832.

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

Color convert

RGB801725-
CMYK00.790.690.69
HSL352.38º64.95%19.02%-
HSV(B)352.38º78.75%31.37%-
XYZ3.682.181.15-
YUV36.75121.37158.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=65.57%
G=13.93%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80172500.790.690.69352.3864.9519.02
Hex50111904F45451604113
Octal1202131011710510554010123
Binary101000010001110010100111110001011000101101100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501119; }

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

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

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

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

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

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

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

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