Html Css Color HEX #501C20 Bordeaux

📋 copy color: '#501C20'

red 80 ◦ green 28 ◦ blue 32

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

Shades of Bordeaux #501C20

Tints of Bordeaux #501C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

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

R = 57.14%
G = 20%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501C20 (or 0x501C20) is known color: Bordeaux. HEX triplet: 50, 1C and 20. RGB value is (80,28,32). Sum of RGB (Red+Green+Blue) = 80+28+32=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C20 is #AFE3DF. Grayscale: #2C2C2C. Windows color (decimal): -11527136 or 2104400. OLE color: 2104400.

HSL color Cylindrical-coordinate representation of color #501C20: hue angle of 355.38º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C20 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 32 -
CMYK 0 0.65 0.60 0.69
HSL 355.38º 0.48% 0.21% -
HSV(B) 355.38º 0.65% 0.31% -
XYZ 3.98 2.64 1.67 -
YUV 44 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 80 28 32 0 0.65 0.60 0.69 355.38 0.48 0.21
Hex 50 1C 20 0 41 3C 45 163 30 15
Octal 120 34 40 0 101 74 105 543 60 25
Binary 1010000 11100 100000 0 1000001 111100 1000101 101100011 110000 10101

Color Harmonies of #501C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C20

Black with #501C20

Text Example


Text Example

White with #501C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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