#49202A

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

Shades of Bordeaux #49202A

Tints of Bordeaux #49202A

Color information

#49202A (or 0x49202A) is unknown color: approx Bordeaux. HEX triplet: 49, 20 and 2A. RGB value is (73,32,42). Sum of RGB (Red+Green+Blue) = 73+32+42=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #49202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49202A is #B6DFD5. Grayscale: #2D2D2D. Windows color (decimal): -11984854 or 2760777. OLE color: 2760777.

HSL color Cylindrical-coordinate representation of color #49202A: hue angle of 345.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49202A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB733242-
CMYK00.560.420.71
HSL345.37º39.05%20.59%-
HSV(B)345.37º56.16%28.63%-
XYZ3.682.622.5-
YUV45.4126.08147.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=49.66%
G=21.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73324200.560.420.71345.3739.0520.59
Hex49202A0382A471592715
Octal1114052070521075314725
Binary10010011000001010100111000101010100011110101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49202A; }

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

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

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

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

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

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

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

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