Shades of Bordeaux #48001A
Tints of Bordeaux #48001A
RGB
CMYK
RGB Variations
Color information
#48001A (or 0x48001A) is known color: Bordeaux. HEX triplet: 48, 00 and 1A. RGB value is (72,0,26). Sum of RGB (Red+Green+Blue) = 72+0+26=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #48001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001A is #B7FFE5. Grayscale: #181818. Windows color (decimal): -12058598 or 1704008. OLE color: 1704008.
HSL color Cylindrical-coordinate representation of color #48001A: hue angle of 338.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48001A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.64 | 0.72 |
| HSL | 338.33º | 1% | 0.14% | - |
| HSV(B) | 338.33º | 1% | 0.28% | - |
| XYZ | 2.86 | 1.45 | 1.11 | - |
| YUV | 24.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 26 | 0 | 1 | 0.64 | 0.72 | 338.33 | 1 | 0.14 |
| Hex | 48 | 0 | 1A | 0 | 64 | 40 | 48 | 152 | 64 | E |
| Octal | 110 | 0 | 32 | 0 | 144 | 100 | 110 | 522 | 144 | 16 |
| Binary | 1001000 | 0 | 11010 | 0 | 1100100 | 1000000 | 1001000 | 101010010 | 1100100 | 1110 |
Color Harmonies of #48001A
Complementary color
Monochromatic Colors of #48001A
Black with #48001A
Text Example
Text Example
White with #48001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48001A; }
p { color: rgb(72,0,26); }
H1.HeaderClassName
{
color: #48001A;
}
.AnyTagClassName
{
color: #48001A;
}
</style>
background-color css
<style>
a { background-color: #48001A; }
a { background-color: rgb(72,0,26); }
div.DivClassName
{
background-color: #48001A;
}
.BgClassName
{
background-color: #48001A;
}
</style>
border-color css
<style>
span { border-color: #48001A; }
span { border-color: rgb(72,0,26); }
td.TdClassName
{
border-color: #48001A;
}
.TagClassName
{
border-color: #48001A;
}
</style>