Html Css Color HEX #501829 Bordeaux

📋 copy color: '#501829'

red 80 ◦ green 24 ◦ blue 41

#501829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #501829

Tints of Bordeaux #501829

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 value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#501829 (or 0x501829) is known color: 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

RGB 80 24 41 -
CMYK 0 0.70 0.49 0.69
HSL 341.79º 0.54% 0.2% -
HSV(B) 341.79º 0.7% 0.31% -
XYZ 4.04 2.52 2.37 -
YUV 42.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 80 24 41 0 0.70 0.49 0.69 341.79 0.54 0.2
Hex 50 18 29 0 46 31 45 156 36 14
Octal 120 30 51 0 106 61 105 526 66 24
Binary 1010000 11000 101001 0 1000110 110001 1000101 101010110 110110 10100

Color Harmonies of #501829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501829

Black with #501829

Text Example


Text Example

White with #501829

Text Example


Text Example

HTML Codes & Css Web 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>