#491221

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

Shades of Bordeaux #491221

Tints of Bordeaux #491221

Color information

#491221 (or 0x491221) is unknown color: approx Bordeaux. HEX triplet: 49, 12 and 21. RGB value is (73,18,33). Sum of RGB (Red+Green+Blue) = 73+18+33=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491221 is #B6EDDE. Grayscale: #242424. Windows color (decimal): -11988447 or 2167369. OLE color: 2167369.

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

Color convert

RGB731833-
CMYK00.750.550.71
HSL343.64º60.44%17.84%-
HSV(B)343.64º75.34%28.63%-
XYZ3.241.961.65-
YUV36.16126.22154.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=58.87%
G=14.52%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73183300.750.550.71343.6460.4417.84
Hex49122104B37471583c12
Octal11122410113671075307422
Binary10010011001010000101001011110111100011110101100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491221; }

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

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

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

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

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

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

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

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