#501D27

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

Shades of Bordeaux #501D27

Tints of Bordeaux #501D27

Color information

#501D27 (or 0x501D27) is unknown color: approx Bordeaux. HEX triplet: 50, 1D and 27. RGB value is (80,29,39). Sum of RGB (Red+Green+Blue) = 80+29+39=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D27 is #AFE2D8. Grayscale: #2D2D2D. Windows color (decimal): -11526873 or 2563408. OLE color: 2563408.

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

Color convert

RGB802939-
CMYK00.640.510.69
HSL348.24º46.79%21.37%-
HSV(B)348.24º63.75%31.37%-
XYZ4.112.732.23-
YUV45.39124.4152.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=54.05%
G=19.59%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80293900.640.510.69348.2446.7921.37
Hex501D27040334515c2f15
Octal12035470100631055345725
Binary10100001110110011101000000110011100010110101110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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