Html Css Color HEX #501020 Bordeaux

📋 copy color: '#501020'

red 80 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #501020

Tints of Bordeaux #501020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501020 (or 0x501020) is known color: Bordeaux. HEX triplet: 50, 10 and 20. RGB value is (80,16,32). Sum of RGB (Red+Green+Blue) = 80+16+32=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501020 is #AFEFDF. Grayscale: #242424. Windows color (decimal): -11530208 or 2101328. OLE color: 2101328.

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

Color convert

RGB 80 16 32 -
CMYK 0 0.80 0.60 0.69
HSL 345º 0.67% 0.19% -
HSV(B) 345º 0.8% 0.31% -
XYZ 3.75 2.18 1.59 -
YUV 36.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 80 16 32 0 0.80 0.60 0.69 345 0.67 0.19
Hex 50 10 20 0 50 3C 45 159 43 13
Octal 120 20 40 0 120 74 105 531 103 23
Binary 1010000 10000 100000 0 1010000 111100 1000101 101011001 1000011 10011

Color Harmonies of #501020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501020

Black with #501020

Text Example


Text Example

White with #501020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501020; }

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

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

background-color css

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

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

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

border-color css

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

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

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