#49071C

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

Shades of Bordeaux #49071C

Tints of Bordeaux #49071C

Color information

#49071C (or 0x49071C) is unknown color: approx Bordeaux. HEX triplet: 49, 07 and 1C. RGB value is (73,7,28). Sum of RGB (Red+Green+Blue) = 73+7+28=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071C is #B6F8E3. Grayscale: #1D1D1D. Windows color (decimal): -11991268 or 1836873. OLE color: 1836873.

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

Color convert

RGB73728-
CMYK00.900.620.71
HSL340.91º82.5%15.69%-
HSV(B)340.91º90.41%28.63%-
XYZ3.031.651.26-
YUV29.13127.37159.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=67.59%
G=6.48%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7372800.900.620.71340.9182.515.69
Hex4971C05A3E471555210
Octal11173401327610752512220
Binary100100111111100010110101111101000111101010101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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