#501E28

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

Shades of Bordeaux #501E28

Tints of Bordeaux #501E28

Color information

#501E28 (or 0x501E28) is unknown color: approx Bordeaux. HEX triplet: 50, 1E and 28. RGB value is (80,30,40). Sum of RGB (Red+Green+Blue) = 80+30+40=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E28 is #AFE1D7. Grayscale: #2E2E2E. Windows color (decimal): -11526616 or 2629200. OLE color: 2629200.

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

Color convert

RGB803040-
CMYK00.620.50.69
HSL348º45.45%21.57%-
HSV(B)348º62.5%31.37%-
XYZ4.162.792.33-
YUV46.09124.56152.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80304000.620.50.6934845.4521.57
Hex501E2803E324515c2d16
Octal1203650076621055345526
Binary1010000111101010000111110110010100010110101110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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