#49051D

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

Shades of Bordeaux #49051D

Tints of Bordeaux #49051D

Color information

#49051D (or 0x49051D) is unknown color: approx Bordeaux. HEX triplet: 49, 05 and 1D. RGB value is (73,5,29). Sum of RGB (Red+Green+Blue) = 73+5+29=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051D is #B6FAE2. Grayscale: #1C1C1C. Windows color (decimal): -11991779 or 1901897. OLE color: 1901897.

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

Color convert

RGB73529-
CMYK00.930.600.71
HSL338.82º87.18%15.29%-
HSV(B)338.82º93.15%28.63%-
XYZ3.021.611.31-
YUV28.07128.53160.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=68.22%
G=4.67%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352900.930.600.71338.8287.1815.29
Hex4951D05D3C4715357f
Octal11153501357410752312717
Binary10010011011110101011101111100100011110101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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