Shades of Bordeaux #481C26
Tints of Bordeaux #481C26
RGB
CMYK
RGB Variations
Color information
#481C26 (or 0x481C26) is known color: Bordeaux. HEX triplet: 48, 1C and 26. RGB value is (72,28,38). Sum of RGB (Red+Green+Blue) = 72+28+38=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C26 is #B7E3D9. Grayscale: #2A2A2A. Windows color (decimal): -12051418 or 2497608. OLE color: 2497608.
HSL color Cylindrical-coordinate representation of color #481C26: hue angle of 346.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C26 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 38 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.72 |
| HSL | 346.36º | 0.44% | 0.2% | - |
| HSV(B) | 346.36º | 0.61% | 0.28% | - |
| XYZ | 3.44 | 2.35 | 2.11 | - |
| YUV | 42.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 38 | 0 | 0.61 | 0.47 | 0.72 | 346.36 | 0.44 | 0.2 |
| Hex | 48 | 1C | 26 | 0 | 3D | 2F | 48 | 15A | 2C | 14 |
| Octal | 110 | 34 | 46 | 0 | 75 | 57 | 110 | 532 | 54 | 24 |
| Binary | 1001000 | 11100 | 100110 | 0 | 111101 | 101111 | 1001000 | 101011010 | 101100 | 10100 |
Color Harmonies of #481C26
Complementary color
Monochromatic Colors of #481C26
Black with #481C26
Text Example
Text Example
White with #481C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C26; }
p { color: rgb(72,28,38); }
H1.HeaderClassName
{
color: #481C26;
}
.AnyTagClassName
{
color: #481C26;
}
</style>
background-color css
<style>
a { background-color: #481C26; }
a { background-color: rgb(72,28,38); }
div.DivClassName
{
background-color: #481C26;
}
.BgClassName
{
background-color: #481C26;
}
</style>
border-color css
<style>
span { border-color: #481C26; }
span { border-color: rgb(72,28,38); }
td.TdClassName
{
border-color: #481C26;
}
.TagClassName
{
border-color: #481C26;
}
</style>