Shades of Bordeaux #48202A
Tints of Bordeaux #48202A
RGB
CMYK
RGB Variations
Color information
#48202A (or 0x48202A) is known color: Bordeaux. HEX triplet: 48, 20 and 2A. RGB value is (72,32,42). Sum of RGB (Red+Green+Blue) = 72+32+42=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #48202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202A is #B7DFD5. Grayscale: #2D2D2D. Windows color (decimal): -12050390 or 2760776. OLE color: 2760776.
HSL color Cylindrical-coordinate representation of color #48202A: hue angle of 345º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48202A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 42 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.72 |
| HSL | 345º | 0.38% | 0.2% | - |
| HSV(B) | 345º | 0.56% | 0.28% | - |
| XYZ | 3.61 | 2.58 | 2.5 | - |
| YUV | 45.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 42 | 0 | 0.56 | 0.42 | 0.72 | 345 | 0.38 | 0.2 |
| Hex | 48 | 20 | 2A | 0 | 38 | 2A | 48 | 159 | 26 | 14 |
| Octal | 110 | 40 | 52 | 0 | 70 | 52 | 110 | 531 | 46 | 24 |
| Binary | 1001000 | 100000 | 101010 | 0 | 111000 | 101010 | 1001000 | 101011001 | 100110 | 10100 |
Color Harmonies of #48202A
Complementary color
Monochromatic Colors of #48202A
Black with #48202A
Text Example
Text Example
White with #48202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48202A; }
p { color: rgb(72,32,42); }
H1.HeaderClassName
{
color: #48202A;
}
.AnyTagClassName
{
color: #48202A;
}
</style>
background-color css
<style>
a { background-color: #48202A; }
a { background-color: rgb(72,32,42); }
div.DivClassName
{
background-color: #48202A;
}
.BgClassName
{
background-color: #48202A;
}
</style>
border-color css
<style>
span { border-color: #48202A; }
span { border-color: rgb(72,32,42); }
td.TdClassName
{
border-color: #48202A;
}
.TagClassName
{
border-color: #48202A;
}
</style>