Shades of Bordeaux #48191C
Tints of Bordeaux #48191C
RGB
CMYK
RGB Variations
Color information
#48191C (or 0x48191C) is known color: Bordeaux. HEX triplet: 48, 19 and 1C. RGB value is (72,25,28). Sum of RGB (Red+Green+Blue) = 72+25+28=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191C is #B7E6E3. Grayscale: #272727. Windows color (decimal): -12052196 or 1841480. OLE color: 1841480.
HSL color Cylindrical-coordinate representation of color #48191C: hue angle of 356.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48191C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 28 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.72 |
| HSL | 356.17º | 0.48% | 0.19% | - |
| HSV(B) | 356.17º | 0.65% | 0.28% | - |
| XYZ | 3.23 | 2.16 | 1.34 | - |
| YUV | 39.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 28 | 0 | 0.65 | 0.61 | 0.72 | 356.17 | 0.48 | 0.19 |
| Hex | 48 | 19 | 1C | 0 | 41 | 3D | 48 | 164 | 30 | 13 |
| Octal | 110 | 31 | 34 | 0 | 101 | 75 | 110 | 544 | 60 | 23 |
| Binary | 1001000 | 11001 | 11100 | 0 | 1000001 | 111101 | 1001000 | 101100100 | 110000 | 10011 |
Color Harmonies of #48191C
Complementary color
Monochromatic Colors of #48191C
Black with #48191C
Text Example
Text Example
White with #48191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48191C; }
p { color: rgb(72,25,28); }
H1.HeaderClassName
{
color: #48191C;
}
.AnyTagClassName
{
color: #48191C;
}
</style>
background-color css
<style>
a { background-color: #48191C; }
a { background-color: rgb(72,25,28); }
div.DivClassName
{
background-color: #48191C;
}
.BgClassName
{
background-color: #48191C;
}
</style>
border-color css
<style>
span { border-color: #48191C; }
span { border-color: rgb(72,25,28); }
td.TdClassName
{
border-color: #48191C;
}
.TagClassName
{
border-color: #48191C;
}
</style>