Shades of Bordeaux #481B26
Tints of Bordeaux #481B26
RGB
CMYK
RGB Variations
Color information
#481B26 (or 0x481B26) is known color: Bordeaux. HEX triplet: 48, 1B and 26. RGB value is (72,27,38). Sum of RGB (Red+Green+Blue) = 72+27+38=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B26 is #B7E4D9. Grayscale: #292929. Windows color (decimal): -12051674 or 2497352. OLE color: 2497352.
HSL color Cylindrical-coordinate representation of color #481B26: hue angle of 345.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B26 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 38 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.72 |
| HSL | 345.33º | 0.45% | 0.19% | - |
| HSV(B) | 345.33º | 0.63% | 0.28% | - |
| XYZ | 3.41 | 2.3 | 2.1 | - |
| YUV | 41.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 38 | 0 | 0.62 | 0.47 | 0.72 | 345.33 | 0.45 | 0.19 |
| Hex | 48 | 1B | 26 | 0 | 3E | 2F | 48 | 159 | 2D | 13 |
| Octal | 110 | 33 | 46 | 0 | 76 | 57 | 110 | 531 | 55 | 23 |
| Binary | 1001000 | 11011 | 100110 | 0 | 111110 | 101111 | 1001000 | 101011001 | 101101 | 10011 |
Color Harmonies of #481B26
Complementary color
Monochromatic Colors of #481B26
Black with #481B26
Text Example
Text Example
White with #481B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B26; }
p { color: rgb(72,27,38); }
H1.HeaderClassName
{
color: #481B26;
}
.AnyTagClassName
{
color: #481B26;
}
</style>
background-color css
<style>
a { background-color: #481B26; }
a { background-color: rgb(72,27,38); }
div.DivClassName
{
background-color: #481B26;
}
.BgClassName
{
background-color: #481B26;
}
</style>
border-color css
<style>
span { border-color: #481B26; }
span { border-color: rgb(72,27,38); }
td.TdClassName
{
border-color: #481B26;
}
.TagClassName
{
border-color: #481B26;
}
</style>