#501D2B

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

Shades of Bordeaux #501D2B

Tints of Bordeaux #501D2B

Color information

#501D2B (or 0x501D2B) is unknown color: approx Bordeaux. HEX triplet: 50, 1D and 2B. RGB value is (80,29,43). Sum of RGB (Red+Green+Blue) = 80+29+43=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D2B is #AFE2D4. Grayscale: #2D2D2D. Windows color (decimal): -11526869 or 2825552. OLE color: 2825552.

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

Color convert

RGB802943-
CMYK00.640.460.69
HSL343.53º46.79%21.37%-
HSV(B)343.53º63.75%31.37%-
XYZ4.182.762.6-
YUV45.84126.4152.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=52.63%
G=19.08%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80294300.640.460.69343.5346.7921.37
Hex501D2B0402E451582f15
Octal12035530100561055305725
Binary10100001110110101101000000101110100010110101100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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