#501420

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

Shades of Bordeaux #501420

Tints of Bordeaux #501420

Color information

#501420 (or 0x501420) is unknown color: approx Bordeaux. HEX triplet: 50, 14 and 20. RGB value is (80,20,32). Sum of RGB (Red+Green+Blue) = 80+20+32=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501420 is #AFEBDF. Grayscale: #272727. Windows color (decimal): -11529184 or 2102352. OLE color: 2102352.

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

Color convert

RGB802032-
CMYK00.750.600.69
HSL348º60%19.61%-
HSV(B)348º75%31.37%-
XYZ3.822.311.61-
YUV39.31123.88157.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=60.61%
G=15.15%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80203200.750.600.693486019.61
Hex50142004B3C4515c3c14
Octal12024400113741055347424
Binary10100001010010000001001011111100100010110101110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501420; }

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

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

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

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

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

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

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

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