#49191C

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

Shades of Bordeaux #49191C

Tints of Bordeaux #49191C

Color information

#49191C (or 0x49191C) is unknown color: approx Bordeaux. HEX triplet: 49, 19 and 1C. RGB value is (73,25,28). Sum of RGB (Red+Green+Blue) = 73+25+28=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49191C is #B6E6E3. Grayscale: #272727. Windows color (decimal): -11986660 or 1841481. OLE color: 1841481.

HSL color Cylindrical-coordinate representation of color #49191C: hue angle of 356.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49191C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB732528-
CMYK00.660.620.71
HSL356.25º48.98%19.22%-
HSV(B)356.25º65.75%28.63%-
XYZ3.32.21.35-
YUV39.69121.4151.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=57.94%
G=19.84%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73252800.660.620.71356.2548.9819.22
Hex49191C0423E471643113
Octal11131340102761075446123
Binary1001001110011110001000010111110100011110110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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