Shades of Bordeaux #480919
Tints of Bordeaux #480919
RGB
CMYK
RGB Variations
Color information
#480919 (or 0x480919) is known color: Bordeaux. HEX triplet: 48, 09 and 19. RGB value is (72,9,25). Sum of RGB (Red+Green+Blue) = 72+9+25=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480919 is #B7F6E6. Grayscale: #1D1D1D. Windows color (decimal): -12056295 or 1640776. OLE color: 1640776.
HSL color Cylindrical-coordinate representation of color #480919: hue angle of 344.76º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480919 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 9 | 25 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.72 |
| HSL | 344.76º | 0.78% | 0.16% | - |
| HSV(B) | 344.76º | 0.88% | 0.28% | - |
| XYZ | 2.95 | 1.64 | 1.08 | - |
| YUV | 29.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 25 | 0 | 0.88 | 0.65 | 0.72 | 344.76 | 0.78 | 0.16 |
| Hex | 48 | 9 | 19 | 0 | 58 | 41 | 48 | 159 | 4E | 10 |
| Octal | 110 | 11 | 31 | 0 | 130 | 101 | 110 | 531 | 116 | 20 |
| Binary | 1001000 | 1001 | 11001 | 0 | 1011000 | 1000001 | 1001000 | 101011001 | 1001110 | 10000 |
Color Harmonies of #480919
Complementary color
Monochromatic Colors of #480919
Black with #480919
Text Example
Text Example
White with #480919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480919; }
p { color: rgb(72,9,25); }
H1.HeaderClassName
{
color: #480919;
}
.AnyTagClassName
{
color: #480919;
}
</style>
background-color css
<style>
a { background-color: #480919; }
a { background-color: rgb(72,9,25); }
div.DivClassName
{
background-color: #480919;
}
.BgClassName
{
background-color: #480919;
}
</style>
border-color css
<style>
span { border-color: #480919; }
span { border-color: rgb(72,9,25); }
td.TdClassName
{
border-color: #480919;
}
.TagClassName
{
border-color: #480919;
}
</style>