Html Css Color HEX #501929 Bordeaux

📋 copy color: '#501929'

red 80 ◦ green 25 ◦ blue 41

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

Shades of Bordeaux #501929

Tints of Bordeaux #501929

RGB

 RED value IS 80 (31.64% from 255) = 54.79%

 GREEN value IS 25 (10.16% from 255) = 17.12%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 54.79%
G = 17.12%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#501929 (or 0x501929) is known color: Bordeaux. HEX triplet: 50, 19 and 29. RGB value is (80,25,41). Sum of RGB (Red+Green+Blue) = 80+25+41=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501929 is #AFE6D6. Grayscale: #2B2B2B. Windows color (decimal): -11527895 or 2693456. OLE color: 2693456.

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

Color convert

RGB 80 25 41 -
CMYK 0 0.69 0.49 0.69
HSL 342.55º 0.52% 0.21% -
HSV(B) 342.55º 0.69% 0.31% -
XYZ 4.06 2.56 2.38 -
YUV 43.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 80 25 41 0 0.69 0.49 0.69 342.55 0.52 0.21
Hex 50 19 29 0 45 31 45 157 34 15
Octal 120 31 51 0 105 61 105 527 64 25
Binary 1010000 11001 101001 0 1000101 110001 1000101 101010111 110100 10101

Color Harmonies of #501929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501929

Black with #501929

Text Example


Text Example

White with #501929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501929; }

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

 H1.HeaderClassName
 {
   color: #501929;
 }
 .AnyTagClassName
 {
   color: #501929;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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