#501215

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

Shades of Bordeaux #501215

Tints of Bordeaux #501215

Color information

#501215 (or 0x501215) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 15. RGB value is (80,18,21). Sum of RGB (Red+Green+Blue) = 80+18+21=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501215 is #AFEDEA. Grayscale: #242424. Windows color (decimal): -11529707 or 1380944. OLE color: 1380944.

HSL color Cylindrical-coordinate representation of color #501215: hue angle of 357.1º 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 #501215 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB801821-
CMYK00.780.740.69
HSL357.1º63.27%19.22%-
HSV(B)357.1º77.5%31.37%-
XYZ3.662.190.94-
YUV36.88119.04158.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=67.23%
G=15.13%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80182100.780.740.69357.163.2719.22
Hex50121504E4A451653f13
Octal120222501161121055457723
Binary10100001001010101010011101001010100010110110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501215; }

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

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

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

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

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

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

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

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