#49071F

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

Shades of Bordeaux #49071F

Tints of Bordeaux #49071F

Color information

#49071F (or 0x49071F) is unknown color: approx Bordeaux. HEX triplet: 49, 07 and 1F. RGB value is (73,7,31). Sum of RGB (Red+Green+Blue) = 73+7+31=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #49071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071F is #B6F8E0. Grayscale: #1D1D1D. Windows color (decimal): -11991265 or 2033481. OLE color: 2033481.

HSL color Cylindrical-coordinate representation of color #49071F: hue angle of 338.18º 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 #49071F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB73731-
CMYK00.900.580.71
HSL338.18º82.5%15.69%-
HSV(B)338.18º90.41%28.63%-
XYZ3.071.671.46-
YUV29.47128.87159.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=65.77%
G=6.31%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7373100.900.580.71338.1882.515.69
Hex4971F05A3A471525210
Octal11173701327210752212220
Binary100100111111111010110101110101000111101010010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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