Shades of Bordeaux #481823
Tints of Bordeaux #481823
RGB
CMYK
RGB Variations
Color information
#481823 (or 0x481823) is known color: Bordeaux. HEX triplet: 48, 18 and 23. RGB value is (72,24,35). Sum of RGB (Red+Green+Blue) = 72+24+35=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481823 is #B7E7DC. Grayscale: #272727. Windows color (decimal): -12052445 or 2299976. OLE color: 2299976.
HSL color Cylindrical-coordinate representation of color #481823: hue angle of 346.25º 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 #481823 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 35 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.72 |
| HSL | 346.25º | 0.5% | 0.19% | - |
| HSV(B) | 346.25º | 0.67% | 0.28% | - |
| XYZ | 3.3 | 2.15 | 1.83 | - |
| YUV | 39.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 35 | 0 | 0.67 | 0.51 | 0.72 | 346.25 | 0.5 | 0.19 |
| Hex | 48 | 18 | 23 | 0 | 43 | 33 | 48 | 15A | 32 | 13 |
| Octal | 110 | 30 | 43 | 0 | 103 | 63 | 110 | 532 | 62 | 23 |
| Binary | 1001000 | 11000 | 100011 | 0 | 1000011 | 110011 | 1001000 | 101011010 | 110010 | 10011 |
Color Harmonies of #481823
Complementary color
Monochromatic Colors of #481823
Black with #481823
Text Example
Text Example
White with #481823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481823; }
p { color: rgb(72,24,35); }
H1.HeaderClassName
{
color: #481823;
}
.AnyTagClassName
{
color: #481823;
}
</style>
background-color css
<style>
a { background-color: #481823; }
a { background-color: rgb(72,24,35); }
div.DivClassName
{
background-color: #481823;
}
.BgClassName
{
background-color: #481823;
}
</style>
border-color css
<style>
span { border-color: #481823; }
span { border-color: rgb(72,24,35); }
td.TdClassName
{
border-color: #481823;
}
.TagClassName
{
border-color: #481823;
}
</style>