#49031C

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

Shades of Bordeaux #49031C

Tints of Bordeaux #49031C

Color information

#49031C (or 0x49031C) is unknown color: approx Bordeaux. HEX triplet: 49, 03 and 1C. RGB value is (73,3,28). Sum of RGB (Red+Green+Blue) = 73+3+28=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49031C is #B6FCE3. Grayscale: #1A1A1A. Windows color (decimal): -11992292 or 1835849. OLE color: 1835849.

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

Color convert

RGB73328-
CMYK00.960.620.71
HSL338.57º92.11%14.9%-
HSV(B)338.57º95.89%28.63%-
XYZ2.991.571.24-
YUV26.78128.69160.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.19%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=70.19%
G=2.88%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332800.960.620.71338.5792.1114.9
Hex4931C0603E471535cf
Octal11133401407610752313417
Binary1001001111110001100000111110100011110101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49031C; }

 p { color: rgb(73,3,28); }

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

<style>
 a { background-color: #49031C; }

 a { background-color: rgb(73,3,28); }

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

<style>
 span { border-color: #49031C; }

 span { border-color: rgb(73,3,28); }

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