Shades of Bordeaux #481A26
Tints of Bordeaux #481A26
RGB
CMYK
RGB Variations
Color information
#481A26 (or 0x481A26) is known color: Bordeaux. HEX triplet: 48, 1A and 26. RGB value is (72,26,38). Sum of RGB (Red+Green+Blue) = 72+26+38=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A26 is #B7E5D9. Grayscale: #292929. Windows color (decimal): -12051930 or 2497096. OLE color: 2497096.
HSL color Cylindrical-coordinate representation of color #481A26: hue angle of 344.35º 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 #481A26 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 38 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.72 |
| HSL | 344.35º | 0.47% | 0.19% | - |
| HSV(B) | 344.35º | 0.64% | 0.28% | - |
| XYZ | 3.39 | 2.26 | 2.09 | - |
| YUV | 41.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 38 | 0 | 0.64 | 0.47 | 0.72 | 344.35 | 0.47 | 0.19 |
| Hex | 48 | 1A | 26 | 0 | 40 | 2F | 48 | 158 | 2F | 13 |
| Octal | 110 | 32 | 46 | 0 | 100 | 57 | 110 | 530 | 57 | 23 |
| Binary | 1001000 | 11010 | 100110 | 0 | 1000000 | 101111 | 1001000 | 101011000 | 101111 | 10011 |
Color Harmonies of #481A26
Complementary color
Monochromatic Colors of #481A26
Black with #481A26
Text Example
Text Example
White with #481A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A26; }
p { color: rgb(72,26,38); }
H1.HeaderClassName
{
color: #481A26;
}
.AnyTagClassName
{
color: #481A26;
}
</style>
background-color css
<style>
a { background-color: #481A26; }
a { background-color: rgb(72,26,38); }
div.DivClassName
{
background-color: #481A26;
}
.BgClassName
{
background-color: #481A26;
}
</style>
border-color css
<style>
span { border-color: #481A26; }
span { border-color: rgb(72,26,38); }
td.TdClassName
{
border-color: #481A26;
}
.TagClassName
{
border-color: #481A26;
}
</style>