#49191D

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

Shades of Bordeaux #49191D

Tints of Bordeaux #49191D

Color information

#49191D (or 0x49191D) is unknown color: approx Bordeaux. HEX triplet: 49, 19 and 1D. RGB value is (73,25,29). Sum of RGB (Red+Green+Blue) = 73+25+29=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #49191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49191D is #B6E6E2. Grayscale: #272727. Windows color (decimal): -11986659 or 1907017. OLE color: 1907017.

HSL color Cylindrical-coordinate representation of color #49191D: hue angle of 355º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49191D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB732529-
CMYK00.660.600.71
HSL355º48.98%19.22%-
HSV(B)355º65.75%28.63%-
XYZ3.322.21.41-
YUV39.81121.9151.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=57.48%
G=19.69%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73252900.660.600.7135548.9819.22
Hex49191D0423C471633113
Octal11131350102741075436123
Binary1001001110011110101000010111100100011110110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49191D; }

 p { color: rgb(73,25,29); }

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

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

 a { background-color: rgb(73,25,29); }

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

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

 span { border-color: rgb(73,25,29); }

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