#501322

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

Shades of Bordeaux #501322

Tints of Bordeaux #501322

Color information

#501322 (or 0x501322) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 22. RGB value is (80,19,34). Sum of RGB (Red+Green+Blue) = 80+19+34=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501322 is #AFECDD. Grayscale: #262626. Windows color (decimal): -11529438 or 2233168. OLE color: 2233168.

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

Color convert

RGB801934-
CMYK00.760.580.69
HSL345.25º61.62%19.41%-
HSV(B)345.25º76.25%31.37%-
XYZ3.832.291.75-
YUV38.95125.21157.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=60.15%
G=14.29%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80193400.760.580.69345.2561.6219.41
Hex50132204C3A451593e13
Octal12023420114721055317623
Binary10100001001110001001001100111010100010110101100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501322; }

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

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

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

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

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

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

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

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