Shades of Bordeaux #480015
Tints of Bordeaux #480015
RGB
CMYK
RGB Variations
Color information
#480015 (or 0x480015) is known color: Bordeaux. HEX triplet: 48, 00 and 15. RGB value is (72,0,21). Sum of RGB (Red+Green+Blue) = 72+0+21=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480015 is #B7FFEA. Grayscale: #171717. Windows color (decimal): -12058603 or 1376328. OLE color: 1376328.
HSL color Cylindrical-coordinate representation of color #480015: hue angle of 342.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480015 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.71 | 0.72 |
| HSL | 342.5º | 1% | 0.14% | - |
| HSV(B) | 342.5º | 1% | 0.28% | - |
| XYZ | 2.81 | 1.43 | 0.84 | - |
| YUV | 23.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 21 | 0 | 1 | 0.71 | 0.72 | 342.5 | 1 | 0.14 |
| Hex | 48 | 0 | 15 | 0 | 64 | 47 | 48 | 156 | 64 | E |
| Octal | 110 | 0 | 25 | 0 | 144 | 107 | 110 | 526 | 144 | 16 |
| Binary | 1001000 | 0 | 10101 | 0 | 1100100 | 1000111 | 1001000 | 101010110 | 1100100 | 1110 |
Color Harmonies of #480015
Complementary color
Monochromatic Colors of #480015
Black with #480015
Text Example
Text Example
White with #480015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480015; }
p { color: rgb(72,0,21); }
H1.HeaderClassName
{
color: #480015;
}
.AnyTagClassName
{
color: #480015;
}
</style>
background-color css
<style>
a { background-color: #480015; }
a { background-color: rgb(72,0,21); }
div.DivClassName
{
background-color: #480015;
}
.BgClassName
{
background-color: #480015;
}
</style>
border-color css
<style>
span { border-color: #480015; }
span { border-color: rgb(72,0,21); }
td.TdClassName
{
border-color: #480015;
}
.TagClassName
{
border-color: #480015;
}
</style>