#501E2B

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

Shades of Bordeaux #501E2B

Tints of Bordeaux #501E2B

Color information

#501E2B (or 0x501E2B) is unknown color: approx Bordeaux. HEX triplet: 50, 1E and 2B. RGB value is (80,30,43). Sum of RGB (Red+Green+Blue) = 80+30+43=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E2B is #AFE1D4. Grayscale: #2E2E2E. Windows color (decimal): -11526613 or 2825808. OLE color: 2825808.

HSL color Cylindrical-coordinate representation of color #501E2B: hue angle of 344.4º 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 #501E2B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB803043-
CMYK00.620.460.69
HSL344.4º45.45%21.57%-
HSV(B)344.4º62.5%31.37%-
XYZ4.212.812.61-
YUV46.43126.06151.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=52.29%
G=19.61%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80304300.620.460.69344.445.4521.57
Hex501E2B03E2E451582d16
Octal1203653076561055305526
Binary1010000111101010110111110101110100010110101100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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