#49031B

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

Shades of Bordeaux #49031B

Tints of Bordeaux #49031B

Color information

#49031B (or 0x49031B) is unknown color: approx Bordeaux. HEX triplet: 49, 03 and 1B. RGB value is (73,3,27). Sum of RGB (Red+Green+Blue) = 73+3+27=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #49031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49031B is #B6FCE4. Grayscale: #1A1A1A. Windows color (decimal): -11992293 or 1770313. OLE color: 1770313.

HSL color Cylindrical-coordinate representation of color #49031B: hue angle of 339.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49031B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB73327-
CMYK00.960.630.71
HSL339.43º92.11%14.9%-
HSV(B)339.43º95.89%28.63%-
XYZ2.981.561.18-
YUV26.67128.19161.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=70.87%
G=2.91%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332700.960.630.71339.4392.1114.9
Hex4931B0603F471535cf
Octal11133301407710752313417
Binary1001001111101101100000111111100011110101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49031B; }

 p { color: rgb(73,3,27); }

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

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

 a { background-color: rgb(73,3,27); }

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

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

 span { border-color: rgb(73,3,27); }

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