#49101E

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

Shades of Bordeaux #49101E

Tints of Bordeaux #49101E

Color information

#49101E (or 0x49101E) is unknown color: approx Bordeaux. HEX triplet: 49, 10 and 1E. RGB value is (73,16,30). Sum of RGB (Red+Green+Blue) = 73+16+30=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101E is #B6EFE1. Grayscale: #222222. Windows color (decimal): -11988962 or 1970249. OLE color: 1970249.

HSL color Cylindrical-coordinate representation of color #49101E: hue angle of 345.26º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49101E is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB731630-
CMYK00.780.590.71
HSL345.26º64.04%17.45%-
HSV(B)345.26º78.08%28.63%-
XYZ3.171.881.42-
YUV34.64125.38155.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=61.34%
G=13.45%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73163000.780.590.71345.2664.0417.45
Hex49101E04E3B471594011
Octal111203601167310753110021
Binary10010011000011110010011101110111000111101011001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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