#501A2B

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

Shades of Bordeaux #501A2B

Tints of Bordeaux #501A2B

Color information

#501A2B (or 0x501A2B) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 2B. RGB value is (80,26,43). Sum of RGB (Red+Green+Blue) = 80+26+43=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A2B is #AFE5D4. Grayscale: #2C2C2C. Windows color (decimal): -11527637 or 2824784. OLE color: 2824784.

HSL color Cylindrical-coordinate representation of color #501A2B: hue angle of 341.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A2B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB802643-
CMYK00.670.460.69
HSL341.11º50.94%20.78%-
HSV(B)341.11º67.5%31.37%-
XYZ4.112.622.57-
YUV44.08127.39153.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=53.69%
G=17.45%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80264300.670.460.69341.1150.9420.78
Hex501A2B0432E451553315
Octal12032530103561055256325
Binary10100001101010101101000011101110100010110101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,26,43); }

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

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

 a { background-color: rgb(80,26,43); }

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

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

 span { border-color: rgb(80,26,43); }

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