#501A27

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

Shades of Bordeaux #501A27

Tints of Bordeaux #501A27

Color information

#501A27 (or 0x501A27) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 27. RGB value is (80,26,39). Sum of RGB (Red+Green+Blue) = 80+26+39=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A27 is #AFE5D8. Grayscale: #2B2B2B. Windows color (decimal): -11527641 or 2562640. OLE color: 2562640.

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

Color convert

RGB802639-
CMYK00.670.510.69
HSL345.56º50.94%20.78%-
HSV(B)345.56º67.5%31.37%-
XYZ4.042.592.21-
YUV43.63125.39153.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=55.17%
G=17.93%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80263900.670.510.69345.5650.9420.78
Hex501A27043334515a3315
Octal12032470103631055326325
Binary10100001101010011101000011110011100010110101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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