Shades of Bordeaux #48212A
Tints of Bordeaux #48212A
RGB
CMYK
RGB Variations
Color information
#48212A (or 0x48212A) is known color: Bordeaux. HEX triplet: 48, 21 and 2A. RGB value is (72,33,42). Sum of RGB (Red+Green+Blue) = 72+33+42=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48212A is #B7DED5. Grayscale: #2D2D2D. Windows color (decimal): -12050134 or 2761032. OLE color: 2761032.
HSL color Cylindrical-coordinate representation of color #48212A: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48212A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 42 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.72 |
| HSL | 346.15º | 0.37% | 0.21% | - |
| HSV(B) | 346.15º | 0.54% | 0.28% | - |
| XYZ | 3.63 | 2.63 | 2.51 | - |
| YUV | 45.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 42 | 0 | 0.54 | 0.42 | 0.72 | 346.15 | 0.37 | 0.21 |
| Hex | 48 | 21 | 2A | 0 | 36 | 2A | 48 | 15A | 25 | 15 |
| Octal | 110 | 41 | 52 | 0 | 66 | 52 | 110 | 532 | 45 | 25 |
| Binary | 1001000 | 100001 | 101010 | 0 | 110110 | 101010 | 1001000 | 101011010 | 100101 | 10101 |
Color Harmonies of #48212A
Complementary color
Monochromatic Colors of #48212A
Black with #48212A
Text Example
Text Example
White with #48212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48212A; }
p { color: rgb(72,33,42); }
H1.HeaderClassName
{
color: #48212A;
}
.AnyTagClassName
{
color: #48212A;
}
</style>
background-color css
<style>
a { background-color: #48212A; }
a { background-color: rgb(72,33,42); }
div.DivClassName
{
background-color: #48212A;
}
.BgClassName
{
background-color: #48212A;
}
</style>
border-color css
<style>
span { border-color: #48212A; }
span { border-color: rgb(72,33,42); }
td.TdClassName
{
border-color: #48212A;
}
.TagClassName
{
border-color: #48212A;
}
</style>