Shades of Bordeaux #481923
Tints of Bordeaux #481923
RGB
CMYK
RGB Variations
Color information
#481923 (or 0x481923) is known color: Bordeaux. HEX triplet: 48, 19 and 23. RGB value is (72,25,35). Sum of RGB (Red+Green+Blue) = 72+25+35=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481923 is #B7E6DC. Grayscale: #282828. Windows color (decimal): -12052189 or 2300232. OLE color: 2300232.
HSL color Cylindrical-coordinate representation of color #481923: hue angle of 347.23º 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 #481923 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 35 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.72 |
| HSL | 347.23º | 0.48% | 0.19% | - |
| HSV(B) | 347.23º | 0.65% | 0.28% | - |
| XYZ | 3.32 | 2.19 | 1.84 | - |
| YUV | 40.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 35 | 0 | 0.65 | 0.51 | 0.72 | 347.23 | 0.48 | 0.19 |
| Hex | 48 | 19 | 23 | 0 | 41 | 33 | 48 | 15B | 30 | 13 |
| Octal | 110 | 31 | 43 | 0 | 101 | 63 | 110 | 533 | 60 | 23 |
| Binary | 1001000 | 11001 | 100011 | 0 | 1000001 | 110011 | 1001000 | 101011011 | 110000 | 10011 |
Color Harmonies of #481923
Complementary color
Monochromatic Colors of #481923
Black with #481923
Text Example
Text Example
White with #481923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481923; }
p { color: rgb(72,25,35); }
H1.HeaderClassName
{
color: #481923;
}
.AnyTagClassName
{
color: #481923;
}
</style>
background-color css
<style>
a { background-color: #481923; }
a { background-color: rgb(72,25,35); }
div.DivClassName
{
background-color: #481923;
}
.BgClassName
{
background-color: #481923;
}
</style>
border-color css
<style>
span { border-color: #481923; }
span { border-color: rgb(72,25,35); }
td.TdClassName
{
border-color: #481923;
}
.TagClassName
{
border-color: #481923;
}
</style>