#49171B

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

Shades of Bordeaux #49171B

Tints of Bordeaux #49171B

Color information

#49171B (or 0x49171B) is unknown color: approx Bordeaux. HEX triplet: 49, 17 and 1B. RGB value is (73,23,27). Sum of RGB (Red+Green+Blue) = 73+23+27=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49171B is #B6E8E4. Grayscale: #262626. Windows color (decimal): -11987173 or 1775433. OLE color: 1775433.

HSL color Cylindrical-coordinate representation of color #49171B: hue angle of 355.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49171B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB732327-
CMYK00.680.630.71
HSL355.2º52.08%18.82%-
HSV(B)355.2º68.49%28.63%-
XYZ3.252.111.27-
YUV38.41121.56152.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=59.35%
G=18.70%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73232700.680.630.71355.252.0818.82
Hex49171B0443F471633413
Octal11127330104771075436423
Binary1001001101111101101000100111111100011110110001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49171B; }

 p { color: rgb(73,23,27); }

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

<style>
 a { background-color: #49171B; }

 a { background-color: rgb(73,23,27); }

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

<style>
 span { border-color: #49171B; }

 span { border-color: rgb(73,23,27); }

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