#501720

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

Shades of Bordeaux #501720

Tints of Bordeaux #501720

Color information

#501720 (or 0x501720) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 20. RGB value is (80,23,32). Sum of RGB (Red+Green+Blue) = 80+23+32=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501720 is #AFE8DF. Grayscale: #292929. Windows color (decimal): -11528416 or 2103120. OLE color: 2103120.

HSL color Cylindrical-coordinate representation of color #501720: hue angle of 350.53º 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 #501720 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB802332-
CMYK00.710.600.69
HSL350.53º55.34%20.2%-
HSV(B)350.53º71.25%31.37%-
XYZ3.882.421.63-
YUV41.07122.88155.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=59.26%
G=17.04%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80233200.710.600.69350.5355.3420.2
Hex5017200473C4515f3714
Octal12027400107741055376724
Binary10100001011110000001000111111100100010110101111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501720; }

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

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

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

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

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

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

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

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