Shades of Bordeaux #4B1928
Tints of Bordeaux #4B1928
RGB
CMYK
RGB Variations
Color information
#4B1928 (or 0x4B1928) is known color: Bordeaux. HEX triplet: 4B, 19 and 28. RGB value is (75,25,40). Sum of RGB (Red+Green+Blue) = 75+25+40=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1928 is #B4E6D7. Grayscale: #292929. Windows color (decimal): -11855576 or 2627915. OLE color: 2627915.
HSL color Cylindrical-coordinate representation of color #4B1928: hue angle of 342º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1928 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 40 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.71 |
| HSL | 342º | 0.5% | 0.2% | - |
| HSV(B) | 342º | 0.67% | 0.29% | - |
| XYZ | 3.63 | 2.34 | 2.27 | - |
| YUV | 41.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 40 | 0 | 0.67 | 0.47 | 0.71 | 342 | 0.5 | 0.2 |
| Hex | 4B | 19 | 28 | 0 | 43 | 2F | 47 | 156 | 32 | 14 |
| Octal | 113 | 31 | 50 | 0 | 103 | 57 | 107 | 526 | 62 | 24 |
| Binary | 1001011 | 11001 | 101000 | 0 | 1000011 | 101111 | 1000111 | 101010110 | 110010 | 10100 |
Color Harmonies of #4B1928
Complementary color
Monochromatic Colors of #4B1928
Black with #4B1928
Text Example
Text Example
White with #4B1928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1928; }
p { color: rgb(75,25,40); }
H1.HeaderClassName
{
color: #4B1928;
}
.AnyTagClassName
{
color: #4B1928;
}
</style>
background-color css
<style>
a { background-color: #4B1928; }
a { background-color: rgb(75,25,40); }
div.DivClassName
{
background-color: #4B1928;
}
.BgClassName
{
background-color: #4B1928;
}
</style>
border-color css
<style>
span { border-color: #4B1928; }
span { border-color: rgb(75,25,40); }
td.TdClassName
{
border-color: #4B1928;
}
.TagClassName
{
border-color: #4B1928;
}
</style>