Html Css Color HEX #501720 Bordeaux

📋 copy color: '#501720'

red 80 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #501720

Tints of Bordeaux #501720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 59.26%
G = 17.04%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501720 (or 0x501720) is known color: Bordeaux. HEX triplet: 50, 17 and 20. RGB value is (80,23,32). Sum of RGB (Red+Green+Blue) = 80+23+32=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501720 is #AFE8DF. Grayscale: #292929. Windows color (decimal): -11528416 or 2103120. OLE color: 2103120.

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

Color convert

RGB 80 23 32 -
CMYK 0 0.71 0.60 0.69
HSL 350.53º 0.55% 0.2% -
HSV(B) 350.53º 0.71% 0.31% -
XYZ 3.88 2.42 1.63 -
YUV 41.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 80 23 32 0 0.71 0.60 0.69 350.53 0.55 0.2
Hex 50 17 20 0 47 3C 45 15F 37 14
Octal 120 27 40 0 107 74 105 537 67 24
Binary 1010000 10111 100000 0 1000111 111100 1000101 101011111 110111 10100

Color Harmonies of #501720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501720

Black with #501720

Text Example


Text Example

White with #501720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501720; }

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

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

background-color css

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

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

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

border-color css

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

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

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