Shades of Bordeaux #481724
Tints of Bordeaux #481724
RGB
CMYK
RGB Variations
Color information
#481724 (or 0x481724) is known color: Bordeaux. HEX triplet: 48, 17 and 24. RGB value is (72,23,36). Sum of RGB (Red+Green+Blue) = 72+23+36=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481724 is #B7E8DB. Grayscale: #272727. Windows color (decimal): -12052700 or 2365256. OLE color: 2365256.
HSL color Cylindrical-coordinate representation of color #481724: hue angle of 344.08º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481724 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 36 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.72 |
| HSL | 344.08º | 0.52% | 0.19% | - |
| HSV(B) | 344.08º | 0.68% | 0.28% | - |
| XYZ | 3.3 | 2.12 | 1.9 | - |
| YUV | 39.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 36 | 0 | 0.68 | 0.5 | 0.72 | 344.08 | 0.52 | 0.19 |
| Hex | 48 | 17 | 24 | 0 | 44 | 32 | 48 | 158 | 34 | 13 |
| Octal | 110 | 27 | 44 | 0 | 104 | 62 | 110 | 530 | 64 | 23 |
| Binary | 1001000 | 10111 | 100100 | 0 | 1000100 | 110010 | 1001000 | 101011000 | 110100 | 10011 |
Color Harmonies of #481724
Complementary color
Monochromatic Colors of #481724
Black with #481724
Text Example
Text Example
White with #481724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481724; }
p { color: rgb(72,23,36); }
H1.HeaderClassName
{
color: #481724;
}
.AnyTagClassName
{
color: #481724;
}
</style>
background-color css
<style>
a { background-color: #481724; }
a { background-color: rgb(72,23,36); }
div.DivClassName
{
background-color: #481724;
}
.BgClassName
{
background-color: #481724;
}
</style>
border-color css
<style>
span { border-color: #481724; }
span { border-color: rgb(72,23,36); }
td.TdClassName
{
border-color: #481724;
}
.TagClassName
{
border-color: #481724;
}
</style>