#501829

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

Shades of Bordeaux #501829

Tints of Bordeaux #501829

Color information

#501829 (or 0x501829) is unknown color: approx Bordeaux. HEX triplet: 50, 18 and 29. RGB value is (80,24,41). Sum of RGB (Red+Green+Blue) = 80+24+41=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501829 is #AFE7D6. Grayscale: #2A2A2A. Windows color (decimal): -11528151 or 2693200. OLE color: 2693200.

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

Color convert

RGB802441-
CMYK00.700.490.69
HSL341.79º53.85%20.39%-
HSV(B)341.79º70%31.37%-
XYZ4.042.522.37-
YUV42.68127.05154.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=55.17%
G=16.55%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80244100.700.490.69341.7953.8520.39
Hex50182904631451563614
Octal12030510106611055266624
Binary10100001100010100101000110110001100010110101011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501829; }

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

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

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

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

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

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

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

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