#49071E

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

Shades of Bordeaux #49071E

Tints of Bordeaux #49071E

Color information

#49071E (or 0x49071E) is unknown color: approx Bordeaux. HEX triplet: 49, 07 and 1E. RGB value is (73,7,30). Sum of RGB (Red+Green+Blue) = 73+7+30=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #49071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071E is #B6F8E1. Grayscale: #1D1D1D. Windows color (decimal): -11991266 or 1967945. OLE color: 1967945.

HSL color Cylindrical-coordinate representation of color #49071E: hue angle of 339.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49071E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB73730-
CMYK00.900.590.71
HSL339.09º82.5%15.69%-
HSV(B)339.09º90.41%28.63%-
XYZ3.061.661.39-
YUV29.36128.37159.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=66.36%
G=6.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7373000.900.590.71339.0982.515.69
Hex4971E05A3B471535210
Octal11173601327310752312220
Binary100100111111110010110101110111000111101010011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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