#501C27

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

Shades of Bordeaux #501C27

Tints of Bordeaux #501C27

Color information

#501C27 (or 0x501C27) is unknown color: approx Bordeaux. HEX triplet: 50, 1C and 27. RGB value is (80,28,39). Sum of RGB (Red+Green+Blue) = 80+28+39=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C27 is #AFE3D8. Grayscale: #2C2C2C. Windows color (decimal): -11527129 or 2563152. OLE color: 2563152.

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

Color convert

RGB802839-
CMYK00.650.510.69
HSL347.31º48.15%21.18%-
HSV(B)347.31º65%31.37%-
XYZ4.092.682.22-
YUV44.8124.73153.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=54.42%
G=19.05%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80283900.650.510.69347.3148.1521.18
Hex501C27041334515b3015
Octal12034470101631055336025
Binary10100001110010011101000001110011100010110101101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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