#501629

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

Shades of Bordeaux #501629

Tints of Bordeaux #501629

Color information

#501629 (or 0x501629) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 29. RGB value is (80,22,41). Sum of RGB (Red+Green+Blue) = 80+22+41=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501629 is #AFE9D6. Grayscale: #292929. Windows color (decimal): -11528663 or 2692688. OLE color: 2692688.

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

Color convert

RGB802241-
CMYK00.720.490.69
HSL340.34º56.86%20%-
HSV(B)340.34º72.5%31.37%-
XYZ42.442.36-
YUV41.51127.72155.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=55.94%
G=15.38%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80224100.720.490.69340.3456.8620
Hex50162904831451543914
Octal12026510110611055247124
Binary10100001011010100101001000110001100010110101010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501629; }

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

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

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

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

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

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

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

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