#49171D

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

Shades of Bordeaux #49171D

Tints of Bordeaux #49171D

Color information

#49171D (or 0x49171D) is unknown color: approx Bordeaux. HEX triplet: 49, 17 and 1D. RGB value is (73,23,29). Sum of RGB (Red+Green+Blue) = 73+23+29=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49171D is #B6E8E2. Grayscale: #262626. Windows color (decimal): -11987171 or 1906505. OLE color: 1906505.

HSL color Cylindrical-coordinate representation of color #49171D: hue angle of 352.8º 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 #49171D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB732329-
CMYK00.680.600.71
HSL352.8º52.08%18.82%-
HSV(B)352.8º68.49%28.63%-
XYZ3.282.121.4-
YUV38.63122.56152.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=58.4%
G=18.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73232900.680.600.71352.852.0818.82
Hex49171D0443C471613413
Octal11127350104741075416423
Binary1001001101111110101000100111100100011110110000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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