Shades of Bordeaux #49232B
Tints of Bordeaux #49232B
RGB
CMYK
RGB Variations
Color information
#49232B (or 0x49232B) is known color: Bordeaux. HEX triplet: 49, 23 and 2B. RGB value is (73,35,43). Sum of RGB (Red+Green+Blue) = 73+35+43=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49232B is #B6DCD4. Grayscale: #2F2F2F. Windows color (decimal): -11984085 or 2827081. OLE color: 2827081.
HSL color Cylindrical-coordinate representation of color #49232B: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49232B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 43 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.71 |
| HSL | 347.37º | 0.35% | 0.21% | - |
| HSV(B) | 347.37º | 0.52% | 0.29% | - |
| XYZ | 3.78 | 2.79 | 2.63 | - |
| YUV | 47.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 43 | 0 | 0.52 | 0.41 | 0.71 | 347.37 | 0.35 | 0.21 |
| Hex | 49 | 23 | 2B | 0 | 34 | 29 | 47 | 15B | 23 | 15 |
| Octal | 111 | 43 | 53 | 0 | 64 | 51 | 107 | 533 | 43 | 25 |
| Binary | 1001001 | 100011 | 101011 | 0 | 110100 | 101001 | 1000111 | 101011011 | 100011 | 10101 |
Color Harmonies of #49232B
Complementary color
Monochromatic Colors of #49232B
Black with #49232B
Text Example
Text Example
White with #49232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49232B; }
p { color: rgb(73,35,43); }
H1.HeaderClassName
{
color: #49232B;
}
.AnyTagClassName
{
color: #49232B;
}
</style>
background-color css
<style>
a { background-color: #49232B; }
a { background-color: rgb(73,35,43); }
div.DivClassName
{
background-color: #49232B;
}
.BgClassName
{
background-color: #49232B;
}
</style>
border-color css
<style>
span { border-color: #49232B; }
span { border-color: rgb(73,35,43); }
td.TdClassName
{
border-color: #49232B;
}
.TagClassName
{
border-color: #49232B;
}
</style>