Html Css Color HEX #501320 Bordeaux

📋 copy color: '#501320'

red 80 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #501320

Tints of Bordeaux #501320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

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

R = 61.07%
G = 14.5%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501320 (or 0x501320) is known color: Bordeaux. HEX triplet: 50, 13 and 20. RGB value is (80,19,32). Sum of RGB (Red+Green+Blue) = 80+19+32=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501320 is #AFECDF. Grayscale: #262626. Windows color (decimal): -11529440 or 2102096. OLE color: 2102096.

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

Color convert

RGB 80 19 32 -
CMYK 0 0.76 0.60 0.69
HSL 347.21º 0.62% 0.19% -
HSV(B) 347.21º 0.76% 0.31% -
XYZ 3.8 2.28 1.61 -
YUV 38.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 80 19 32 0 0.76 0.60 0.69 347.21 0.62 0.19
Hex 50 13 20 0 4C 3C 45 15B 3E 13
Octal 120 23 40 0 114 74 105 533 76 23
Binary 1010000 10011 100000 0 1001100 111100 1000101 101011011 111110 10011

Color Harmonies of #501320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501320

Black with #501320

Text Example


Text Example

White with #501320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501320; }

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

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

background-color css

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

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

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

border-color css

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

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

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