#49061D

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

Shades of Bordeaux #49061D

Tints of Bordeaux #49061D

Color information

#49061D (or 0x49061D) is unknown color: approx Bordeaux. HEX triplet: 49, 06 and 1D. RGB value is (73,6,29). Sum of RGB (Red+Green+Blue) = 73+6+29=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49061D is #B6F9E2. Grayscale: #1C1C1C. Windows color (decimal): -11991523 or 1902153. OLE color: 1902153.

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

Color convert

RGB73629-
CMYK00.920.600.71
HSL339.4º84.81%15.49%-
HSV(B)339.4º91.78%28.63%-
XYZ3.031.641.32-
YUV28.65128.2159.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=67.59%
G=5.56%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7362900.920.600.71339.484.8115.49
Hex4961D05C3C4715355f
Octal11163501347410752312517
Binary10010011101110101011100111100100011110101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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