#501216

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

Shades of Bordeaux #501216

Tints of Bordeaux #501216

Color information

#501216 (or 0x501216) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 16. RGB value is (80,18,22). Sum of RGB (Red+Green+Blue) = 80+18+22=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501216 is #AFEDE9. Grayscale: #252525. Windows color (decimal): -11529706 or 1446480. OLE color: 1446480.

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

Color convert

RGB801822-
CMYK00.780.720.69
HSL356.13º63.27%19.22%-
HSV(B)356.13º77.5%31.37%-
XYZ3.672.20.99-
YUV36.99119.54158.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=66.67%
G=15%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80182200.780.720.69356.1363.2719.22
Hex50121604E48451643f13
Octal120222601161101055447723
Binary10100001001010110010011101001000100010110110010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501216; }

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

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

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

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

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

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

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

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