Shades of Bordeaux #48181F
Tints of Bordeaux #48181F
RGB
CMYK
RGB Variations
Color information
#48181F (or 0x48181F) is known color: Bordeaux. HEX triplet: 48, 18 and 1F. RGB value is (72,24,31). Sum of RGB (Red+Green+Blue) = 72+24+31=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181F is #B7E7E0. Grayscale: #272727. Windows color (decimal): -12052449 or 2037832. OLE color: 2037832.
HSL color Cylindrical-coordinate representation of color #48181F: hue angle of 351.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48181F is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 31 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.72 |
| HSL | 351.25º | 0.5% | 0.19% | - |
| HSV(B) | 351.25º | 0.67% | 0.28% | - |
| XYZ | 3.25 | 2.13 | 1.54 | - |
| YUV | 39.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 31 | 0 | 0.67 | 0.57 | 0.72 | 351.25 | 0.5 | 0.19 |
| Hex | 48 | 18 | 1F | 0 | 43 | 39 | 48 | 15F | 32 | 13 |
| Octal | 110 | 30 | 37 | 0 | 103 | 71 | 110 | 537 | 62 | 23 |
| Binary | 1001000 | 11000 | 11111 | 0 | 1000011 | 111001 | 1001000 | 101011111 | 110010 | 10011 |
Color Harmonies of #48181F
Complementary color
Monochromatic Colors of #48181F
Black with #48181F
Text Example
Text Example
White with #48181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48181F; }
p { color: rgb(72,24,31); }
H1.HeaderClassName
{
color: #48181F;
}
.AnyTagClassName
{
color: #48181F;
}
</style>
background-color css
<style>
a { background-color: #48181F; }
a { background-color: rgb(72,24,31); }
div.DivClassName
{
background-color: #48181F;
}
.BgClassName
{
background-color: #48181F;
}
</style>
border-color css
<style>
span { border-color: #48181F; }
span { border-color: rgb(72,24,31); }
td.TdClassName
{
border-color: #48181F;
}
.TagClassName
{
border-color: #48181F;
}
</style>