#501328

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

Shades of Bordeaux #501328

Tints of Bordeaux #501328

Color information

#501328 (or 0x501328) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 28. RGB value is (80,19,40). Sum of RGB (Red+Green+Blue) = 80+19+40=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501328 is #AFECD7. Grayscale: #272727. Windows color (decimal): -11529432 or 2626384. OLE color: 2626384.

HSL color Cylindrical-coordinate representation of color #501328: hue angle of 339.34º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501328 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB801940-
CMYK00.760.50.69
HSL339.34º61.62%19.41%-
HSV(B)339.34º76.25%31.37%-
XYZ3.922.322.25-
YUV39.63128.21156.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=57.55%
G=13.67%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80194000.760.50.69339.3461.6219.41
Hex50132804C32451533e13
Octal12023500114621055237623
Binary10100001001110100001001100110010100010110101001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501328; }

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

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

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

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

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

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

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

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