#501A1D

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

Shades of Bordeaux #501A1D

Tints of Bordeaux #501A1D

Color information

#501A1D (or 0x501A1D) is unknown color: approx Bordeaux. HEX triplet: 50, 1A and 1D. RGB value is (80,26,29). Sum of RGB (Red+Green+Blue) = 80+26+29=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1D is #AFE5E2. Grayscale: #2A2A2A. Windows color (decimal): -11527651 or 1907280. OLE color: 1907280.

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

Color convert

RGB802629-
CMYK00.670.640.69
HSL356.67º50.94%20.78%-
HSV(B)356.67º67.5%31.37%-
XYZ3.92.531.45-
YUV42.49120.39154.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=59.26%
G=19.26%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80262900.670.640.69356.6750.9420.78
Hex501A1D04340451653315
Octal120323501031001055456325
Binary10100001101011101010000111000000100010110110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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