#501728

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

Shades of Bordeaux #501728

Tints of Bordeaux #501728

Color information

#501728 (or 0x501728) is unknown color: approx Bordeaux. HEX triplet: 50, 17 and 28. RGB value is (80,23,40). Sum of RGB (Red+Green+Blue) = 80+23+40=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501728 is #AFE8D7. Grayscale: #292929. Windows color (decimal): -11528408 or 2627408. OLE color: 2627408.

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

Color convert

RGB802340-
CMYK00.710.50.69
HSL342.11º55.34%20.2%-
HSV(B)342.11º71.25%31.37%-
XYZ42.472.27-
YUV41.98126.88155.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=55.94%
G=16.08%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80234000.710.50.69342.1155.3420.2
Hex50172804732451563714
Octal12027500107621055266724
Binary10100001011110100001000111110010100010110101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501728; }

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

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

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

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

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

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

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

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