#501422

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

Shades of Bordeaux #501422

Tints of Bordeaux #501422

Color information

#501422 (or 0x501422) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 22. RGB value is (80,20,34). Sum of RGB (Red+Green+Blue) = 80+20+34=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501422 is #AFEBDD. Grayscale: #272727. Windows color (decimal): -11529182 or 2233424. OLE color: 2233424.

HSL color Cylindrical-coordinate representation of color #501422: hue angle of 346º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501422 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB802034-
CMYK00.750.580.69
HSL346º60%19.61%-
HSV(B)346º75%31.37%-
XYZ3.852.321.76-
YUV39.54124.88156.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=59.70%
G=14.93%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80203400.750.580.693466019.61
Hex50142204B3A4515a3c14
Octal12024420113721055327424
Binary10100001010010001001001011111010100010110101101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501422; }

 p { color: rgb(80,20,34); }

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

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

 a { background-color: rgb(80,20,34); }

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

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

 span { border-color: rgb(80,20,34); }

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