#491522

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

Shades of Bordeaux #491522

Tints of Bordeaux #491522

Color information

#491522 (or 0x491522) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 22. RGB value is (73,21,34). Sum of RGB (Red+Green+Blue) = 73+21+34=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491522 is #B6EADD. Grayscale: #262626. Windows color (decimal): -11987678 or 2233673. OLE color: 2233673.

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

Color convert

RGB732134-
CMYK00.710.530.71
HSL345º55.32%18.43%-
HSV(B)345º71.23%28.63%-
XYZ3.32.071.74-
YUV38.03125.73152.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=57.03%
G=16.41%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73213400.710.530.7134555.3218.43
Hex49152204735471593712
Octal11125420107651075316722
Binary10010011010110001001000111110101100011110101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491522; }

 p { color: rgb(73,21,34); }

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

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

 a { background-color: rgb(73,21,34); }

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

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

 span { border-color: rgb(73,21,34); }

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