#49101A

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

Shades of Bordeaux #49101A

Tints of Bordeaux #49101A

Color information

#49101A (or 0x49101A) is unknown color: approx Bordeaux. HEX triplet: 49, 10 and 1A. RGB value is (73,16,26). Sum of RGB (Red+Green+Blue) = 73+16+26=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #49101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101A is #B6EFE5. Grayscale: #222222. Windows color (decimal): -11988966 or 1708105. OLE color: 1708105.

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

Color convert

RGB731626-
CMYK00.780.640.71
HSL349.47º64.04%17.45%-
HSV(B)349.47º78.08%28.63%-
XYZ3.121.861.17-
YUV34.18123.38155.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=63.48%
G=13.91%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73162600.780.640.71349.4764.0417.45
Hex49101A04E404715d4011
Octal1112032011610010753510021
Binary100100110000110100100111010000001000111101011101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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