Shades of Bordeaux #481B23
Tints of Bordeaux #481B23
RGB
CMYK
RGB Variations
Color information
#481B23 (or 0x481B23) is known color: Bordeaux. HEX triplet: 48, 1B and 23. RGB value is (72,27,35). Sum of RGB (Red+Green+Blue) = 72+27+35=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B23 is #B7E4DC. Grayscale: #292929. Windows color (decimal): -12051677 or 2300744. OLE color: 2300744.
HSL color Cylindrical-coordinate representation of color #481B23: hue angle of 349.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B23 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 35 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.72 |
| HSL | 349.33º | 0.45% | 0.19% | - |
| HSV(B) | 349.33º | 0.63% | 0.28% | - |
| XYZ | 3.37 | 2.28 | 1.85 | - |
| YUV | 41.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 35 | 0 | 0.62 | 0.51 | 0.72 | 349.33 | 0.45 | 0.19 |
| Hex | 48 | 1B | 23 | 0 | 3E | 33 | 48 | 15D | 2D | 13 |
| Octal | 110 | 33 | 43 | 0 | 76 | 63 | 110 | 535 | 55 | 23 |
| Binary | 1001000 | 11011 | 100011 | 0 | 111110 | 110011 | 1001000 | 101011101 | 101101 | 10011 |
Color Harmonies of #481B23
Complementary color
Monochromatic Colors of #481B23
Black with #481B23
Text Example
Text Example
White with #481B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B23; }
p { color: rgb(72,27,35); }
H1.HeaderClassName
{
color: #481B23;
}
.AnyTagClassName
{
color: #481B23;
}
</style>
background-color css
<style>
a { background-color: #481B23; }
a { background-color: rgb(72,27,35); }
div.DivClassName
{
background-color: #481B23;
}
.BgClassName
{
background-color: #481B23;
}
</style>
border-color css
<style>
span { border-color: #481B23; }
span { border-color: rgb(72,27,35); }
td.TdClassName
{
border-color: #481B23;
}
.TagClassName
{
border-color: #481B23;
}
</style>