Html Css Color HEX #501621 Bordeaux

📋 copy color: '#501621'

red 80 ◦ green 22 ◦ blue 33

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

Shades of Bordeaux #501621

Tints of Bordeaux #501621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 59.26%
G = 16.3%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#501621 (or 0x501621) is known color: Bordeaux. HEX triplet: 50, 16 and 21. RGB value is (80,22,33). Sum of RGB (Red+Green+Blue) = 80+22+33=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501621 is #AFE9DE. Grayscale: #282828. Windows color (decimal): -11528671 or 2168400. OLE color: 2168400.

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

Color convert

RGB 80 22 33 -
CMYK 0 0.72 0.59 0.69
HSL 348.62º 0.57% 0.2% -
HSV(B) 348.62º 0.73% 0.31% -
XYZ 3.87 2.39 1.7 -
YUV 40.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 80 22 33 0 0.72 0.59 0.69 348.62 0.57 0.2
Hex 50 16 21 0 48 3B 45 15D 39 14
Octal 120 26 41 0 110 73 105 535 71 24
Binary 1010000 10110 100001 0 1001000 111011 1000101 101011101 111001 10100

Color Harmonies of #501621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501621

Black with #501621

Text Example


Text Example

White with #501621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501621; }

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

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

background-color css

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

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

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

border-color css

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

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

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