Html Css Color HEX #501220 Bordeaux

📋 copy color: '#501220'

red 80 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #501220

Tints of Bordeaux #501220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 61.54%
G = 13.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501220 (or 0x501220) is known color: Bordeaux. HEX triplet: 50, 12 and 20. RGB value is (80,18,32). Sum of RGB (Red+Green+Blue) = 80+18+32=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501220 is #AFEDDF. Grayscale: #262626. Windows color (decimal): -11529696 or 2101840. OLE color: 2101840.

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

Color convert

RGB 80 18 32 -
CMYK 0 0.78 0.60 0.69
HSL 346.45º 0.63% 0.19% -
HSV(B) 346.45º 0.78% 0.31% -
XYZ 3.79 2.24 1.6 -
YUV 38.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 80 18 32 0 0.78 0.60 0.69 346.45 0.63 0.19
Hex 50 12 20 0 4E 3C 45 15A 3F 13
Octal 120 22 40 0 116 74 105 532 77 23
Binary 1010000 10010 100000 0 1001110 111100 1000101 101011010 111111 10011

Color Harmonies of #501220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501220

Black with #501220

Text Example


Text Example

White with #501220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501220; }

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

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

background-color css

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

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

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

border-color css

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

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

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