#501B21

Color #501B21 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #501B21

Tints of Bordeaux #501B21

Color information

#501B21 (or 0x501B21) is unknown color: approx Bordeaux. HEX triplet: 50, 1B and 21. RGB value is (80,27,33). Sum of RGB (Red+Green+Blue) = 80+27+33=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B21 is #AFE4DE. Grayscale: #2B2B2B. Windows color (decimal): -11527391 or 2169680. OLE color: 2169680.

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

Color convert

RGB802733-
CMYK00.660.590.69
HSL353.21º49.53%20.98%-
HSV(B)353.21º66.25%31.37%-
XYZ3.972.61.73-
YUV43.53122.06154.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=57.14%
G=19.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80273300.660.590.69353.2149.5320.98
Hex501B210423B451613215
Octal12033410102731055416225
Binary10100001101110000101000010111011100010110110000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #501B21;
 }
 .AnyTagClassName
 {
   color: #501B21;
 }
</style>
background-color css

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

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

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

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

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

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