Shades of Bordeaux #480B19
Tints of Bordeaux #480B19
RGB
CMYK
RGB Variations
Color information
#480B19 (or 0x480B19) is known color: Bordeaux. HEX triplet: 48, 0B and 19. RGB value is (72,11,25). Sum of RGB (Red+Green+Blue) = 72+11+25=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B19 is #B7F4E6. Grayscale: #1E1E1E. Windows color (decimal): -12055783 or 1641288. OLE color: 1641288.
HSL color Cylindrical-coordinate representation of color #480B19: hue angle of 346.23º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B19 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 11 | 25 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.72 |
| HSL | 346.23º | 0.73% | 0.16% | - |
| HSV(B) | 346.23º | 0.85% | 0.28% | - |
| XYZ | 2.97 | 1.69 | 1.09 | - |
| YUV | 30.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 25 | 0 | 0.85 | 0.65 | 0.72 | 346.23 | 0.73 | 0.16 |
| Hex | 48 | B | 19 | 0 | 55 | 41 | 48 | 15A | 49 | 10 |
| Octal | 110 | 13 | 31 | 0 | 125 | 101 | 110 | 532 | 111 | 20 |
| Binary | 1001000 | 1011 | 11001 | 0 | 1010101 | 1000001 | 1001000 | 101011010 | 1001001 | 10000 |
Color Harmonies of #480B19
Complementary color
Monochromatic Colors of #480B19
Black with #480B19
Text Example
Text Example
White with #480B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480B19; }
p { color: rgb(72,11,25); }
H1.HeaderClassName
{
color: #480B19;
}
.AnyTagClassName
{
color: #480B19;
}
</style>
background-color css
<style>
a { background-color: #480B19; }
a { background-color: rgb(72,11,25); }
div.DivClassName
{
background-color: #480B19;
}
.BgClassName
{
background-color: #480B19;
}
</style>
border-color css
<style>
span { border-color: #480B19; }
span { border-color: rgb(72,11,25); }
td.TdClassName
{
border-color: #480B19;
}
.TagClassName
{
border-color: #480B19;
}
</style>