#49051E

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

Shades of Bordeaux #49051E

Tints of Bordeaux #49051E

Color information

#49051E (or 0x49051E) is unknown color: approx Bordeaux. HEX triplet: 49, 05 and 1E. RGB value is (73,5,30). Sum of RGB (Red+Green+Blue) = 73+5+30=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051E is #B6FAE1. Grayscale: #1C1C1C. Windows color (decimal): -11991778 or 1967433. OLE color: 1967433.

HSL color Cylindrical-coordinate representation of color #49051E: hue angle of 337.94º 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 #49051E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB73530-
CMYK00.930.590.71
HSL337.94º87.18%15.29%-
HSV(B)337.94º93.15%28.63%-
XYZ3.041.621.38-
YUV28.18129.03159.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=67.59%
G=4.63%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7353000.930.590.71337.9487.1815.29
Hex4951E05D3B4715257f
Octal11153601357310752212717
Binary10010011011111001011101111011100011110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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