Html Css Color HEX #501421 Bordeaux

📋 copy color: '#501421'

red 80 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #501421

Tints of Bordeaux #501421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 60.15%
G = 15.04%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#501421 (or 0x501421) is known color: Bordeaux. HEX triplet: 50, 14 and 21. RGB value is (80,20,33). Sum of RGB (Red+Green+Blue) = 80+20+33=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501421 is #AFEBDE. Grayscale: #272727. Windows color (decimal): -11529183 or 2167888. OLE color: 2167888.

HSL color Cylindrical-coordinate representation of color #501421: hue angle of 347º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501421 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 33 -
CMYK 0 0.75 0.59 0.69
HSL 347º 0.6% 0.2% -
HSV(B) 347º 0.75% 0.31% -
XYZ 3.83 2.32 1.68 -
YUV 39.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 80 20 33 0 0.75 0.59 0.69 347 0.6 0.2
Hex 50 14 21 0 4B 3B 45 15B 3C 14
Octal 120 24 41 0 113 73 105 533 74 24
Binary 1010000 10100 100001 0 1001011 111011 1000101 101011011 111100 10100

Color Harmonies of #501421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501421

Black with #501421

Text Example


Text Example

White with #501421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501421; }

 p { color: rgb(80,20,33); }

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

background-color css

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

 a { background-color: rgb(80,20,33); }

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

border-color css

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

 span { border-color: rgb(80,20,33); }

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