#501118

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

Shades of Bordeaux #501118

Tints of Bordeaux #501118

Color information

#501118 (or 0x501118) is unknown color: approx Bordeaux. HEX triplet: 50, 11 and 18. RGB value is (80,17,24). Sum of RGB (Red+Green+Blue) = 80+17+24=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501118 is #AFEEE7. Grayscale: #242424. Windows color (decimal): -11529960 or 1577296. OLE color: 1577296.

HSL color Cylindrical-coordinate representation of color #501118: hue angle of 353.33º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501118 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB801724-
CMYK00.790.700.69
HSL353.33º64.95%19.02%-
HSV(B)353.33º78.75%31.37%-
XYZ3.672.171.09-
YUV36.64120.87158.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=66.12%
G=14.05%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80172400.790.700.69353.3364.9519.02
Hex50111804F46451614113
Octal1202130011710610554110123
Binary101000010001110000100111110001101000101101100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501118; }

 p { color: rgb(80,17,24); }

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

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

 a { background-color: rgb(80,17,24); }

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

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

 span { border-color: rgb(80,17,24); }

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