#501721

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

Shades of Bordeaux #501721

Tints of Bordeaux #501721

Color information

#501721 (or 0x501721) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 21. RGB value is (80,23,33). Sum of RGB (Red+Green+Blue) = 80+23+33=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501721 is #AFE8DE. Grayscale: #292929. Windows color (decimal): -11528415 or 2168656. OLE color: 2168656.

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

Color convert

RGB802333-
CMYK00.710.590.69
HSL349.47º55.34%20.2%-
HSV(B)349.47º71.25%31.37%-
XYZ3.892.431.7-
YUV41.18123.38155.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=58.82%
G=16.91%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80233300.710.590.69349.4755.3420.2
Hex5017210473B4515d3714
Octal12027410107731055356724
Binary10100001011110000101000111111011100010110101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501721; }

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

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

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

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

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

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

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

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