Shades of Bordeaux #48181C
Tints of Bordeaux #48181C
RGB
CMYK
RGB Variations
Color information
#48181C (or 0x48181C) is known color: Bordeaux. HEX triplet: 48, 18 and 1C. RGB value is (72,24,28). Sum of RGB (Red+Green+Blue) = 72+24+28=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181C is #B7E7E3. Grayscale: #262626. Windows color (decimal): -12052452 or 1841224. OLE color: 1841224.
HSL color Cylindrical-coordinate representation of color #48181C: hue angle of 355º 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 #48181C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 28 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.72 |
| HSL | 355º | 0.5% | 0.19% | - |
| HSV(B) | 355º | 0.67% | 0.28% | - |
| XYZ | 3.21 | 2.11 | 1.34 | - |
| YUV | 38.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 28 | 0 | 0.67 | 0.61 | 0.72 | 355 | 0.5 | 0.19 |
| Hex | 48 | 18 | 1C | 0 | 43 | 3D | 48 | 163 | 32 | 13 |
| Octal | 110 | 30 | 34 | 0 | 103 | 75 | 110 | 543 | 62 | 23 |
| Binary | 1001000 | 11000 | 11100 | 0 | 1000011 | 111101 | 1001000 | 101100011 | 110010 | 10011 |
Color Harmonies of #48181C
Complementary color
Monochromatic Colors of #48181C
Black with #48181C
Text Example
Text Example
White with #48181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48181C; }
p { color: rgb(72,24,28); }
H1.HeaderClassName
{
color: #48181C;
}
.AnyTagClassName
{
color: #48181C;
}
</style>
background-color css
<style>
a { background-color: #48181C; }
a { background-color: rgb(72,24,28); }
div.DivClassName
{
background-color: #48181C;
}
.BgClassName
{
background-color: #48181C;
}
</style>
border-color css
<style>
span { border-color: #48181C; }
span { border-color: rgb(72,24,28); }
td.TdClassName
{
border-color: #48181C;
}
.TagClassName
{
border-color: #48181C;
}
</style>