#501621

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

Shades of Bordeaux #501621

Tints of Bordeaux #501621

Color information

#501621 (or 0x501621) is unknown color: approx 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

RGB802233-
CMYK00.720.590.69
HSL348.62º56.86%20%-
HSV(B)348.62º72.5%31.37%-
XYZ3.872.391.7-
YUV40.6123.72156.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=59.26%
G=16.30%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80223300.720.590.69348.6256.8620
Hex5016210483B4515d3914
Octal12026410110731055357124
Binary10100001011010000101001000111011100010110101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>