#501E27

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

Shades of Bordeaux #501E27

Tints of Bordeaux #501E27

Color information

#501E27 (or 0x501E27) is unknown color: approx Bordeaux. HEX triplet: 50, 1E and 27. RGB value is (80,30,39). Sum of RGB (Red+Green+Blue) = 80+30+39=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E27 is #AFE1D8. Grayscale: #2D2D2D. Windows color (decimal): -11526617 or 2563664. OLE color: 2563664.

HSL color Cylindrical-coordinate representation of color #501E27: hue angle of 349.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E27 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB803039-
CMYK00.620.510.69
HSL349.2º45.45%21.57%-
HSV(B)349.2º62.5%31.37%-
XYZ4.142.782.24-
YUV45.98124.06152.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=53.69%
G=20.13%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80303900.620.510.69349.245.4521.57
Hex501E2703E334515d2d16
Octal1203647076631055355526
Binary1010000111101001110111110110011100010110101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E27; }

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

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

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

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

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

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

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

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