Shades of Bordeaux #481625
Tints of Bordeaux #481625
RGB
CMYK
RGB Variations
Color information
#481625 (or 0x481625) is known color: Bordeaux. HEX triplet: 48, 16 and 25. RGB value is (72,22,37). Sum of RGB (Red+Green+Blue) = 72+22+37=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481625 is #B7E9DA. Grayscale: #262626. Windows color (decimal): -12052955 or 2430536. OLE color: 2430536.
HSL color Cylindrical-coordinate representation of color #481625: hue angle of 342º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481625 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 37 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.72 |
| HSL | 342º | 0.53% | 0.18% | - |
| HSV(B) | 342º | 0.69% | 0.28% | - |
| XYZ | 3.29 | 2.09 | 1.98 | - |
| YUV | 38.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 37 | 0 | 0.69 | 0.49 | 0.72 | 342 | 0.53 | 0.18 |
| Hex | 48 | 16 | 25 | 0 | 45 | 31 | 48 | 156 | 35 | 12 |
| Octal | 110 | 26 | 45 | 0 | 105 | 61 | 110 | 526 | 65 | 22 |
| Binary | 1001000 | 10110 | 100101 | 0 | 1000101 | 110001 | 1001000 | 101010110 | 110101 | 10010 |
Color Harmonies of #481625
Complementary color
Monochromatic Colors of #481625
Black with #481625
Text Example
Text Example
White with #481625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481625; }
p { color: rgb(72,22,37); }
H1.HeaderClassName
{
color: #481625;
}
.AnyTagClassName
{
color: #481625;
}
</style>
background-color css
<style>
a { background-color: #481625; }
a { background-color: rgb(72,22,37); }
div.DivClassName
{
background-color: #481625;
}
.BgClassName
{
background-color: #481625;
}
</style>
border-color css
<style>
span { border-color: #481625; }
span { border-color: rgb(72,22,37); }
td.TdClassName
{
border-color: #481625;
}
.TagClassName
{
border-color: #481625;
}
</style>