#501a2a

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

Shades of Bordeaux #501A2A

Tints of Bordeaux #501A2A

Color information

#501A2A (or 0x501A2A) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 2A. RGB value is (80,26,42). Sum of RGB (Red+Green+Blue) = 80+26+42=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A2A is #AFE5D5. Grayscale: #2B2B2B. Windows color (decimal): -11527638 or 2759248. OLE color: 2759248.

HSL color Cylindrical-coordinate representation of color #501A2A: hue angle of 342.22º 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 #501A2A is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB802642-
CMYK00.670.480.69
HSL342.22º50.94%20.78%-
HSV(B)342.22º67.5%31.37%-
XYZ4.12.612.48-
YUV43.97126.89153.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=54.05%
G=17.57%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80264200.670.480.69342.2250.9420.78
Hex501A2A04330451563315
Octal12032520103601055266325
Binary10100001101010101001000011110000100010110101011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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