#49101C

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

Shades of Bordeaux #49101C

Tints of Bordeaux #49101C

Color information

#49101C (or 0x49101C) is unknown color: approx Bordeaux. HEX triplet: 49, 10 and 1C. RGB value is (73,16,28). Sum of RGB (Red+Green+Blue) = 73+16+28=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #49101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101C is #B6EFE3. Grayscale: #222222. Windows color (decimal): -11988964 or 1839177. OLE color: 1839177.

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

Color convert

RGB731628-
CMYK00.780.620.71
HSL347.37º64.04%17.45%-
HSV(B)347.37º78.08%28.63%-
XYZ3.141.871.29-
YUV34.41124.38155.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.39%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=62.39%
G=13.68%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73162800.780.620.71347.3764.0417.45
Hex49101C04E3E4715b4011
Octal111203401167610753310021
Binary10010011000011100010011101111101000111101011011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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