#49041D

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

Shades of Bordeaux #49041D

Tints of Bordeaux #49041D

Color information

#49041D (or 0x49041D) is unknown color: approx Bordeaux. HEX triplet: 49, 04 and 1D. RGB value is (73,4,29). Sum of RGB (Red+Green+Blue) = 73+4+29=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #49041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49041D is #B6FBE2. Grayscale: #1B1B1B. Windows color (decimal): -11992035 or 1901641. OLE color: 1901641.

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

Color convert

RGB73429-
CMYK00.950.600.71
HSL338.26º89.61%15.1%-
HSV(B)338.26º94.52%28.63%-
XYZ3.011.591.31-
YUV27.48128.86160.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.87%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=68.87%
G=3.77%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7342900.950.600.71338.2689.6115.1
Hex4941D05F3C471525af
Octal11143501377410752213217
Binary10010011001110101011111111100100011110101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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