#49091B

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

Shades of Bordeaux #49091B

Tints of Bordeaux #49091B

Color information

#49091B (or 0x49091B) is unknown color: approx Bordeaux. HEX triplet: 49, 09 and 1B. RGB value is (73,9,27). Sum of RGB (Red+Green+Blue) = 73+9+27=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #49091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49091B is #B6F6E4. Grayscale: #1E1E1E. Windows color (decimal): -11990757 or 1771849. OLE color: 1771849.

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

Color convert

RGB73927-
CMYK00.880.630.71
HSL343.12º78.05%16.08%-
HSV(B)343.12º87.67%28.63%-
XYZ3.041.691.2-
YUV30.19126.2158.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=66.97%
G=8.26%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7392700.880.630.71343.1278.0516.08
Hex4991B0583F471574e10
Octal111113301307710752711620
Binary1001001100111011010110001111111000111101010111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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