#501E24

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

Shades of Bordeaux #501E24

Tints of Bordeaux #501E24

Color information

#501E24 (or 0x501E24) is unknown color: approx Bordeaux. HEX triplet: 50, 1E and 24. RGB value is (80,30,36). Sum of RGB (Red+Green+Blue) = 80+30+36=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E24 is #AFE1DB. Grayscale: #2D2D2D. Windows color (decimal): -11526620 or 2367056. OLE color: 2367056.

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

Color convert

RGB803036-
CMYK00.620.550.69
HSL352.8º45.45%21.57%-
HSV(B)352.8º62.5%31.37%-
XYZ4.092.761.99-
YUV45.63122.56152.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=54.79%
G=20.55%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80303600.620.550.69352.845.4521.57
Hex501E2403E37451612d16
Octal1203644076671055415526
Binary1010000111101001000111110110111100010110110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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