#501012

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

Shades of Bordeaux #501012

Tints of Bordeaux #501012

Color information

#501012 (or 0x501012) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 12. RGB value is (80,16,18). Sum of RGB (Red+Green+Blue) = 80+16+18=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501012 is #AFEFED. Grayscale: #232323. Windows color (decimal): -11530222 or 1183824. OLE color: 1183824.

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

Color convert

RGB801618-
CMYK00.800.780.69
HSL358.12º66.67%18.82%-
HSV(B)358.12º80%31.37%-
XYZ3.62.120.79-
YUV35.36118.2159.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=70.18%
G=14.04%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80161800.800.780.69358.1266.6718.82
Hex5010120504E451664313
Octal1202022012011610554610323
Binary101000010000100100101000010011101000101101100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501012; }

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

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

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

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

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

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

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

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