#501218

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

Shades of Bordeaux #501218

Tints of Bordeaux #501218

Color information

#501218 (or 0x501218) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 18. RGB value is (80,18,24). Sum of RGB (Red+Green+Blue) = 80+18+24=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501218 is #AFEDE7. Grayscale: #252525. Windows color (decimal): -11529704 or 1577552. OLE color: 1577552.

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

Color convert

RGB801824-
CMYK00.780.700.69
HSL354.19º63.27%19.22%-
HSV(B)354.19º77.5%31.37%-
XYZ3.692.21.1-
YUV37.22120.54158.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=65.57%
G=14.75%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80182400.780.700.69354.1963.2719.22
Hex50121804E46451623f13
Octal120223001161061055427723
Binary10100001001011000010011101000110100010110110001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501218; }

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

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

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

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

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

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

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

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