Shades of Bordeaux #481E24
Tints of Bordeaux #481E24
RGB
CMYK
RGB Variations
Color information
#481E24 (or 0x481E24) is known color: Bordeaux. HEX triplet: 48, 1E and 24. RGB value is (72,30,36). Sum of RGB (Red+Green+Blue) = 72+30+36=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E24 is #B7E1DB. Grayscale: #2B2B2B. Windows color (decimal): -12050908 or 2367048. OLE color: 2367048.
HSL color Cylindrical-coordinate representation of color #481E24: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E24 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 36 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.72 |
| HSL | 351.43º | 0.41% | 0.2% | - |
| HSV(B) | 351.43º | 0.58% | 0.28% | - |
| XYZ | 3.46 | 2.43 | 1.96 | - |
| YUV | 43.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 36 | 0 | 0.58 | 0.5 | 0.72 | 351.43 | 0.41 | 0.2 |
| Hex | 48 | 1E | 24 | 0 | 3A | 32 | 48 | 15F | 29 | 14 |
| Octal | 110 | 36 | 44 | 0 | 72 | 62 | 110 | 537 | 51 | 24 |
| Binary | 1001000 | 11110 | 100100 | 0 | 111010 | 110010 | 1001000 | 101011111 | 101001 | 10100 |
Color Harmonies of #481E24
Complementary color
Monochromatic Colors of #481E24
Black with #481E24
Text Example
Text Example
White with #481E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E24; }
p { color: rgb(72,30,36); }
H1.HeaderClassName
{
color: #481E24;
}
.AnyTagClassName
{
color: #481E24;
}
</style>
background-color css
<style>
a { background-color: #481E24; }
a { background-color: rgb(72,30,36); }
div.DivClassName
{
background-color: #481E24;
}
.BgClassName
{
background-color: #481E24;
}
</style>
border-color css
<style>
span { border-color: #481E24; }
span { border-color: rgb(72,30,36); }
td.TdClassName
{
border-color: #481E24;
}
.TagClassName
{
border-color: #481E24;
}
</style>