Html Css Color HEX #501120 Bordeaux

📋 copy color: '#501120'

red 80 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #501120

Tints of Bordeaux #501120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

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

R = 62.02%
G = 13.18%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501120 (or 0x501120) is known color: Bordeaux. HEX triplet: 50, 11 and 20. RGB value is (80,17,32). Sum of RGB (Red+Green+Blue) = 80+17+32=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501120 is #AFEEDF. Grayscale: #252525. Windows color (decimal): -11529952 or 2101584. OLE color: 2101584.

HSL color Cylindrical-coordinate representation of color #501120: hue angle of 345.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501120 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 32 -
CMYK 0 0.79 0.60 0.69
HSL 345.71º 0.65% 0.19% -
HSV(B) 345.71º 0.79% 0.31% -
XYZ 3.77 2.21 1.59 -
YUV 37.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 80 17 32 0 0.79 0.60 0.69 345.71 0.65 0.19
Hex 50 11 20 0 4F 3C 45 15A 41 13
Octal 120 21 40 0 117 74 105 532 101 23
Binary 1010000 10001 100000 0 1001111 111100 1000101 101011010 1000001 10011

Color Harmonies of #501120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501120

Black with #501120

Text Example


Text Example

White with #501120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501120; }

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

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

background-color css

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

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

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

border-color css

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

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

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