Shades of Bordeaux #481123
Tints of Bordeaux #481123
RGB
CMYK
RGB Variations
Color information
#481123 (or 0x481123) is known color: Bordeaux. HEX triplet: 48, 11 and 23. RGB value is (72,17,35). Sum of RGB (Red+Green+Blue) = 72+17+35=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481123 is #B7EEDC. Grayscale: #232323. Windows color (decimal): -12054237 or 2298184. OLE color: 2298184.
HSL color Cylindrical-coordinate representation of color #481123: hue angle of 340.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481123 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 35 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.72 |
| HSL | 340.36º | 0.62% | 0.17% | - |
| HSV(B) | 340.36º | 0.76% | 0.28% | - |
| XYZ | 3.18 | 1.9 | 1.79 | - |
| YUV | 35.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 35 | 0 | 0.76 | 0.51 | 0.72 | 340.36 | 0.62 | 0.17 |
| Hex | 48 | 11 | 23 | 0 | 4C | 33 | 48 | 154 | 3E | 11 |
| Octal | 110 | 21 | 43 | 0 | 114 | 63 | 110 | 524 | 76 | 21 |
| Binary | 1001000 | 10001 | 100011 | 0 | 1001100 | 110011 | 1001000 | 101010100 | 111110 | 10001 |
Color Harmonies of #481123
Complementary color
Monochromatic Colors of #481123
Black with #481123
Text Example
Text Example
White with #481123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481123; }
p { color: rgb(72,17,35); }
H1.HeaderClassName
{
color: #481123;
}
.AnyTagClassName
{
color: #481123;
}
</style>
background-color css
<style>
a { background-color: #481123; }
a { background-color: rgb(72,17,35); }
div.DivClassName
{
background-color: #481123;
}
.BgClassName
{
background-color: #481123;
}
</style>
border-color css
<style>
span { border-color: #481123; }
span { border-color: rgb(72,17,35); }
td.TdClassName
{
border-color: #481123;
}
.TagClassName
{
border-color: #481123;
}
</style>