#491321

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

Shades of Bordeaux #491321

Tints of Bordeaux #491321

Color information

#491321 (or 0x491321) is unknown color: approx Bordeaux. HEX triplet: 49, 13 and 21. RGB value is (73,19,33). Sum of RGB (Red+Green+Blue) = 73+19+33=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491321 is #B6ECDE. Grayscale: #242424. Windows color (decimal): -11988191 or 2167625. OLE color: 2167625.

HSL color Cylindrical-coordinate representation of color #491321: hue angle of 344.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491321 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB731933-
CMYK00.740.550.71
HSL344.44º58.7%18.04%-
HSV(B)344.44º73.97%28.63%-
XYZ3.261.991.65-
YUV36.74125.89153.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=58.4%
G=15.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73193300.740.550.71344.4458.718.04
Hex49132104A37471583b12
Octal11123410112671075307322
Binary10010011001110000101001010110111100011110101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491321; }

 p { color: rgb(73,19,33); }

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

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

 a { background-color: rgb(73,19,33); }

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

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

 span { border-color: rgb(73,19,33); }

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