#501729

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

Shades of Bordeaux #501729

Tints of Bordeaux #501729

Color information

#501729 (or 0x501729) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 29. RGB value is (80,23,41). Sum of RGB (Red+Green+Blue) = 80+23+41=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501729 is #AFE8D6. Grayscale: #2A2A2A. Windows color (decimal): -11528407 or 2692944. OLE color: 2692944.

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

Color convert

RGB802341-
CMYK00.710.490.69
HSL341.05º55.34%20.2%-
HSV(B)341.05º71.25%31.37%-
XYZ4.012.482.36-
YUV42.1127.38155.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=55.56%
G=15.97%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80234100.710.490.69341.0555.3420.2
Hex50172904731451553714
Octal12027510107611055256724
Binary10100001011110100101000111110001100010110101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501729; }

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

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

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

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

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

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

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

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