Shades of Bordeaux #481A24
Tints of Bordeaux #481A24
RGB
CMYK
RGB Variations
Color information
#481A24 (or 0x481A24) is known color: Bordeaux. HEX triplet: 48, 1A and 24. RGB value is (72,26,36). Sum of RGB (Red+Green+Blue) = 72+26+36=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A24 is #B7E5DB. Grayscale: #282828. Windows color (decimal): -12051932 or 2366024. OLE color: 2366024.
HSL color Cylindrical-coordinate representation of color #481A24: hue angle of 346.96º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A24 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 36 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.72 |
| HSL | 346.96º | 0.47% | 0.19% | - |
| HSV(B) | 346.96º | 0.64% | 0.28% | - |
| XYZ | 3.36 | 2.24 | 1.93 | - |
| YUV | 40.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 36 | 0 | 0.64 | 0.5 | 0.72 | 346.96 | 0.47 | 0.19 |
| Hex | 48 | 1A | 24 | 0 | 40 | 32 | 48 | 15B | 2F | 13 |
| Octal | 110 | 32 | 44 | 0 | 100 | 62 | 110 | 533 | 57 | 23 |
| Binary | 1001000 | 11010 | 100100 | 0 | 1000000 | 110010 | 1001000 | 101011011 | 101111 | 10011 |
Color Harmonies of #481A24
Complementary color
Monochromatic Colors of #481A24
Black with #481A24
Text Example
Text Example
White with #481A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A24; }
p { color: rgb(72,26,36); }
H1.HeaderClassName
{
color: #481A24;
}
.AnyTagClassName
{
color: #481A24;
}
</style>
background-color css
<style>
a { background-color: #481A24; }
a { background-color: rgb(72,26,36); }
div.DivClassName
{
background-color: #481A24;
}
.BgClassName
{
background-color: #481A24;
}
</style>
border-color css
<style>
span { border-color: #481A24; }
span { border-color: rgb(72,26,36); }
td.TdClassName
{
border-color: #481A24;
}
.TagClassName
{
border-color: #481A24;
}
</style>