#501619

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

Shades of Bordeaux #501619

Tints of Bordeaux #501619

Color information

#501619 (or 0x501619) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 19. RGB value is (80,22,25). Sum of RGB (Red+Green+Blue) = 80+22+25=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501619 is #AFE9E6. Grayscale: #272727. Windows color (decimal): -11528679 or 1644112. OLE color: 1644112.

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

Color convert

RGB802225-
CMYK00.720.690.69
HSL356.9º56.86%20%-
HSV(B)356.9º72.5%31.37%-
XYZ3.772.351.17-
YUV39.68119.72156.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=62.99%
G=17.32%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80222500.720.690.69356.956.8620
Hex50161904845451653914
Octal120263101101051055457124
Binary10100001011011001010010001000101100010110110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501619; }

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

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

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

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

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

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

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

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