Shades of Bordeaux #481820
Tints of Bordeaux #481820
RGB
CMYK
RGB Variations
Color information
#481820 (or 0x481820) is known color: Bordeaux. HEX triplet: 48, 18 and 20. RGB value is (72,24,32). Sum of RGB (Red+Green+Blue) = 72+24+32=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481820 is #B7E7DF. Grayscale: #272727. Windows color (decimal): -12052448 or 2103368. OLE color: 2103368.
HSL color Cylindrical-coordinate representation of color #481820: hue angle of 350º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481820 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 32 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.72 |
| HSL | 350º | 0.5% | 0.19% | - |
| HSV(B) | 350º | 0.67% | 0.28% | - |
| XYZ | 3.26 | 2.14 | 1.61 | - |
| YUV | 39.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 32 | 0 | 0.67 | 0.56 | 0.72 | 350 | 0.5 | 0.19 |
| Hex | 48 | 18 | 20 | 0 | 43 | 38 | 48 | 15E | 32 | 13 |
| Octal | 110 | 30 | 40 | 0 | 103 | 70 | 110 | 536 | 62 | 23 |
| Binary | 1001000 | 11000 | 100000 | 0 | 1000011 | 111000 | 1001000 | 101011110 | 110010 | 10011 |
Color Harmonies of #481820
Complementary color
Monochromatic Colors of #481820
Black with #481820
Text Example
Text Example
White with #481820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481820; }
p { color: rgb(72,24,32); }
H1.HeaderClassName
{
color: #481820;
}
.AnyTagClassName
{
color: #481820;
}
</style>
background-color css
<style>
a { background-color: #481820; }
a { background-color: rgb(72,24,32); }
div.DivClassName
{
background-color: #481820;
}
.BgClassName
{
background-color: #481820;
}
</style>
border-color css
<style>
span { border-color: #481820; }
span { border-color: rgb(72,24,32); }
td.TdClassName
{
border-color: #481820;
}
.TagClassName
{
border-color: #481820;
}
</style>