Html Css Color HEX #501729 Bordeaux

📋 copy color: '#501729'

red 80 ◦ green 23 ◦ blue 41

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

Shades of Bordeaux #501729

Tints of Bordeaux #501729

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

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 23 41 -
CMYK 0 0.71 0.49 0.69
HSL 341.05º 0.55% 0.2% -
HSV(B) 341.05º 0.71% 0.31% -
XYZ 4.01 2.48 2.36 -
YUV 42.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 80 23 41 0 0.71 0.49 0.69 341.05 0.55 0.2
Hex 50 17 29 0 47 31 45 155 37 14
Octal 120 27 51 0 107 61 105 525 67 24
Binary 1010000 10111 101001 0 1000111 110001 1000101 101010101 110111 10100

Color Harmonies of #501729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501729

Black with #501729

Text Example


Text Example

White with #501729

Text Example


Text Example

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