#501622

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

Shades of Bordeaux #501622

Tints of Bordeaux #501622

Color information

#501622 (or 0x501622) is unknown color: approx Bordeaux. HEX triplet: 50, 16 and 22. RGB value is (80,22,34). Sum of RGB (Red+Green+Blue) = 80+22+34=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501622 is #AFE9DD. Grayscale: #282828. Windows color (decimal): -11528670 or 2233936. OLE color: 2233936.

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

Color convert

RGB802234-
CMYK00.720.580.69
HSL347.59º56.86%20%-
HSV(B)347.59º72.5%31.37%-
XYZ3.882.391.77-
YUV40.71124.22156.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 34 (13.67% from 255) = 25%
R=58.82%
G=16.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80223400.720.580.69347.5956.8620
Hex5016220483A4515c3914
Octal12026420110721055347124
Binary10100001011010001001001000111010100010110101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501622; }

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

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

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

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

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

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

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

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