#49011B

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

Shades of Bordeaux #49011B

Tints of Bordeaux #49011B

Color information

#49011B (or 0x49011B) is unknown color: approx Bordeaux. HEX triplet: 49, 01 and 1B. RGB value is (73,1,27). Sum of RGB (Red+Green+Blue) = 73+1+27=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #49011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49011B is #B6FEE4. Grayscale: #191919. Windows color (decimal): -11992805 or 1769801. OLE color: 1769801.

HSL color Cylindrical-coordinate representation of color #49011B: hue angle of 338.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49011B is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB73127-
CMYK00.990.630.71
HSL338.33º97.3%14.51%-
HSV(B)338.33º98.63%28.63%-
XYZ2.961.521.17-
YUV25.49128.85161.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 72.28%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=72.28%
G=0.99%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7312700.990.630.71338.3397.314.51
Hex4911B0633F4715261f
Octal11113301437710752214117
Binary100100111101101100011111111100011110101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49011B; }

 p { color: rgb(73,1,27); }

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

<style>
 a { background-color: #49011B; }

 a { background-color: rgb(73,1,27); }

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

<style>
 span { border-color: #49011B; }

 span { border-color: rgb(73,1,27); }

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