#501D2A

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

Shades of Bordeaux #501D2A

Tints of Bordeaux #501D2A

Color information

#501D2A (or 0x501D2A) is unknown color: approx Bordeaux. HEX triplet: 50, 1D and 2A. RGB value is (80,29,42). Sum of RGB (Red+Green+Blue) = 80+29+42=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D2A is #AFE2D5. Grayscale: #2D2D2D. Windows color (decimal): -11526870 or 2760016. OLE color: 2760016.

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

Color convert

RGB802942-
CMYK00.640.480.69
HSL344.71º46.79%21.37%-
HSV(B)344.71º63.75%31.37%-
XYZ4.172.752.5-
YUV45.73125.9152.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=52.98%
G=19.21%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80294200.640.480.69344.7146.7921.37
Hex501D2A04030451592f15
Octal12035520100601055315725
Binary10100001110110101001000000110000100010110101100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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