#501327

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

Shades of Bordeaux #501327

Tints of Bordeaux #501327

Color information

#501327 (or 0x501327) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 27. RGB value is (80,19,39). Sum of RGB (Red+Green+Blue) = 80+19+39=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501327 is #AFECD8. Grayscale: #272727. Windows color (decimal): -11529433 or 2560848. OLE color: 2560848.

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

Color convert

RGB801939-
CMYK00.760.510.69
HSL340.33º61.62%19.41%-
HSV(B)340.33º76.25%31.37%-
XYZ3.912.322.16-
YUV39.52127.71156.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=57.97%
G=13.77%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80193900.760.510.69340.3361.6219.41
Hex50132704C33451543e13
Octal12023470114631055247623
Binary10100001001110011101001100110011100010110101010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501327; }

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

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

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

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

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

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

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

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