Shades of Bordeaux #48121A
Tints of Bordeaux #48121A
RGB
CMYK
RGB Variations
Color information
#48121A (or 0x48121A) is known color: Bordeaux. HEX triplet: 48, 12 and 1A. RGB value is (72,18,26). Sum of RGB (Red+Green+Blue) = 72+18+26=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48121A is #B7EDE5. Grayscale: #232323. Windows color (decimal): -12053990 or 1708616. OLE color: 1708616.
HSL color Cylindrical-coordinate representation of color #48121A: hue angle of 351.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48121A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 26 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.72 |
| HSL | 351.11º | 0.6% | 0.18% | - |
| HSV(B) | 351.11º | 0.75% | 0.28% | - |
| XYZ | 3.08 | 1.88 | 1.18 | - |
| YUV | 35.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 26 | 0 | 0.75 | 0.64 | 0.72 | 351.11 | 0.6 | 0.18 |
| Hex | 48 | 12 | 1A | 0 | 4B | 40 | 48 | 15F | 3C | 12 |
| Octal | 110 | 22 | 32 | 0 | 113 | 100 | 110 | 537 | 74 | 22 |
| Binary | 1001000 | 10010 | 11010 | 0 | 1001011 | 1000000 | 1001000 | 101011111 | 111100 | 10010 |
Color Harmonies of #48121A
Complementary color
Monochromatic Colors of #48121A
Black with #48121A
Text Example
Text Example
White with #48121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48121A; }
p { color: rgb(72,18,26); }
H1.HeaderClassName
{
color: #48121A;
}
.AnyTagClassName
{
color: #48121A;
}
</style>
background-color css
<style>
a { background-color: #48121A; }
a { background-color: rgb(72,18,26); }
div.DivClassName
{
background-color: #48121A;
}
.BgClassName
{
background-color: #48121A;
}
</style>
border-color css
<style>
span { border-color: #48121A; }
span { border-color: rgb(72,18,26); }
td.TdClassName
{
border-color: #48121A;
}
.TagClassName
{
border-color: #48121A;
}
</style>