#501719

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

Shades of Bordeaux #501719

Tints of Bordeaux #501719

Color information

#501719 (or 0x501719) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 19. RGB value is (80,23,25). Sum of RGB (Red+Green+Blue) = 80+23+25=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501719 is #AFE8E6. Grayscale: #282828. Windows color (decimal): -11528423 or 1644368. OLE color: 1644368.

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

Color convert

RGB802325-
CMYK00.710.690.69
HSL357.89º55.34%20.2%-
HSV(B)357.89º71.25%31.37%-
XYZ3.792.391.18-
YUV40.27119.38156.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=62.5%
G=17.97%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80232500.710.690.69357.8955.3420.2
Hex50171904745451663714
Octal120273101071051055466724
Binary10100001011111001010001111000101100010110110011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501719; }

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

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

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

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

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

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

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

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