#501522

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

Shades of Bordeaux #501522

Tints of Bordeaux #501522

Color information

#501522 (or 0x501522) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 22. RGB value is (80,21,34). Sum of RGB (Red+Green+Blue) = 80+21+34=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501522 is #AFEADD. Grayscale: #282828. Windows color (decimal): -11528926 or 2233680. OLE color: 2233680.

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

Color convert

RGB802134-
CMYK00.740.580.69
HSL346.78º58.42%19.8%-
HSV(B)346.78º73.75%31.37%-
XYZ3.872.361.76-
YUV40.12124.55156.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=59.26%
G=15.56%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80213400.740.580.69346.7858.4219.8
Hex50152204A3A4515b3a14
Octal12025420112721055337224
Binary10100001010110001001001010111010100010110101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501522; }

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

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

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

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

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

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

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

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