Shades of Bordeaux #481A1F
Tints of Bordeaux #481A1F
RGB
CMYK
RGB Variations
Color information
#481A1F (or 0x481A1F) is known color: Bordeaux. HEX triplet: 48, 1A and 1F. RGB value is (72,26,31). Sum of RGB (Red+Green+Blue) = 72+26+31=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A1F is #B7E5E0. Grayscale: #282828. Windows color (decimal): -12051937 or 2038344. OLE color: 2038344.
HSL color Cylindrical-coordinate representation of color #481A1F: hue angle of 353.48º 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 #481A1F is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 31 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.72 |
| HSL | 353.48º | 0.47% | 0.19% | - |
| HSV(B) | 353.48º | 0.64% | 0.28% | - |
| XYZ | 3.29 | 2.22 | 1.55 | - |
| YUV | 40.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 31 | 0 | 0.64 | 0.57 | 0.72 | 353.48 | 0.47 | 0.19 |
| Hex | 48 | 1A | 1F | 0 | 40 | 39 | 48 | 161 | 2F | 13 |
| Octal | 110 | 32 | 37 | 0 | 100 | 71 | 110 | 541 | 57 | 23 |
| Binary | 1001000 | 11010 | 11111 | 0 | 1000000 | 111001 | 1001000 | 101100001 | 101111 | 10011 |
Color Harmonies of #481A1F
Complementary color
Monochromatic Colors of #481A1F
Black with #481A1F
Text Example
Text Example
White with #481A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A1F; }
p { color: rgb(72,26,31); }
H1.HeaderClassName
{
color: #481A1F;
}
.AnyTagClassName
{
color: #481A1F;
}
</style>
background-color css
<style>
a { background-color: #481A1F; }
a { background-color: rgb(72,26,31); }
div.DivClassName
{
background-color: #481A1F;
}
.BgClassName
{
background-color: #481A1F;
}
</style>
border-color css
<style>
span { border-color: #481A1F; }
span { border-color: rgb(72,26,31); }
td.TdClassName
{
border-color: #481A1F;
}
.TagClassName
{
border-color: #481A1F;
}
</style>