Shades of Bordeaux #480D1D
Tints of Bordeaux #480D1D
RGB
CMYK
RGB Variations
Color information
#480D1D (or 0x480D1D) is known color: Bordeaux. HEX triplet: 48, 0D and 1D. RGB value is (72,13,29). Sum of RGB (Red+Green+Blue) = 72+13+29=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D1D is #B7F2E2. Grayscale: #202020. Windows color (decimal): -12055267 or 1903944. OLE color: 1903944.
HSL color Cylindrical-coordinate representation of color #480D1D: hue angle of 343.73º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D1D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 13 | 29 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.72 |
| HSL | 343.73º | 0.69% | 0.17% | - |
| HSV(B) | 343.73º | 0.82% | 0.28% | - |
| XYZ | 3.04 | 1.75 | 1.34 | - |
| YUV | 32.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 29 | 0 | 0.82 | 0.60 | 0.72 | 343.73 | 0.69 | 0.17 |
| Hex | 48 | D | 1D | 0 | 52 | 3C | 48 | 158 | 45 | 11 |
| Octal | 110 | 15 | 35 | 0 | 122 | 74 | 110 | 530 | 105 | 21 |
| Binary | 1001000 | 1101 | 11101 | 0 | 1010010 | 111100 | 1001000 | 101011000 | 1000101 | 10001 |
Color Harmonies of #480D1D
Complementary color
Monochromatic Colors of #480D1D
Black with #480D1D
Text Example
Text Example
White with #480D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D1D; }
p { color: rgb(72,13,29); }
H1.HeaderClassName
{
color: #480D1D;
}
.AnyTagClassName
{
color: #480D1D;
}
</style>
background-color css
<style>
a { background-color: #480D1D; }
a { background-color: rgb(72,13,29); }
div.DivClassName
{
background-color: #480D1D;
}
.BgClassName
{
background-color: #480D1D;
}
</style>
border-color css
<style>
span { border-color: #480D1D; }
span { border-color: rgb(72,13,29); }
td.TdClassName
{
border-color: #480D1D;
}
.TagClassName
{
border-color: #480D1D;
}
</style>