#501B22

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

Shades of Bordeaux #501B22

Tints of Bordeaux #501B22

Color information

#501B22 (or 0x501B22) is unknown color: approx Bordeaux. HEX triplet: 50, 1B and 22. RGB value is (80,27,34). Sum of RGB (Red+Green+Blue) = 80+27+34=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B22 is #AFE4DD. Grayscale: #2B2B2B. Windows color (decimal): -11527390 or 2235216. OLE color: 2235216.

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

Color convert

RGB802734-
CMYK00.660.580.69
HSL352.08º49.53%20.98%-
HSV(B)352.08º66.25%31.37%-
XYZ3.992.61.81-
YUV43.64122.56153.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=56.74%
G=19.15%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80273400.660.580.69352.0849.5320.98
Hex501B220423A451603215
Octal12033420102721055406225
Binary10100001101110001001000010111010100010110110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501B22; }

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

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

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

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

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

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

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

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