#491D20

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

Shades of Bordeaux #491D20

Tints of Bordeaux #491D20

Color information

#491D20 (or 0x491D20) is unknown color: approx Bordeaux. HEX triplet: 49, 1D and 20. RGB value is (73,29,32). Sum of RGB (Red+Green+Blue) = 73+29+32=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D20 is #B6E2DF. Grayscale: #2A2A2A. Windows color (decimal): -11985632 or 2104649. OLE color: 2104649.

HSL color Cylindrical-coordinate representation of color #491D20: hue angle of 355.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D20 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB732932-
CMYK00.600.560.71
HSL355.91º43.14%20%-
HSV(B)355.91º60.27%28.63%-
XYZ3.452.41.65-
YUV42.5122.08149.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=54.48%
G=21.64%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73293200.600.560.71355.9143.1420
Hex491D2003C38471642b14
Octal1113540074701075445324
Binary1001001111011000000111100111000100011110110010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491D20; }

 p { color: rgb(73,29,32); }

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

<style>
 a { background-color: #491D20; }

 a { background-color: rgb(73,29,32); }

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

<style>
 span { border-color: #491D20; }

 span { border-color: rgb(73,29,32); }

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