Shades of Bordeaux #4B091B
Tints of Bordeaux #4B091B
RGB
CMYK
RGB Variations
Color information
#4B091B (or 0x4B091B) is known color: Bordeaux. HEX triplet: 4B, 09 and 1B. RGB value is (75,9,27). Sum of RGB (Red+Green+Blue) = 75+9+27=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B091B is #B4F6E4. Grayscale: #1E1E1E. Windows color (decimal): -11859685 or 1771851. OLE color: 1771851.
HSL color Cylindrical-coordinate representation of color #4B091B: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B091B is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 27 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.71 |
| HSL | 343.64º | 0.79% | 0.16% | - |
| HSV(B) | 343.64º | 0.88% | 0.29% | - |
| XYZ | 3.2 | 1.77 | 1.21 | - |
| YUV | 30.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 27 | 0 | 0.88 | 0.64 | 0.71 | 343.64 | 0.79 | 0.16 |
| Hex | 4B | 9 | 1B | 0 | 58 | 40 | 47 | 158 | 4F | 10 |
| Octal | 113 | 11 | 33 | 0 | 130 | 100 | 107 | 530 | 117 | 20 |
| Binary | 1001011 | 1001 | 11011 | 0 | 1011000 | 1000000 | 1000111 | 101011000 | 1001111 | 10000 |
Color Harmonies of #4B091B
Complementary color
Monochromatic Colors of #4B091B
Black with #4B091B
Text Example
Text Example
White with #4B091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B091B; }
p { color: rgb(75,9,27); }
H1.HeaderClassName
{
color: #4B091B;
}
.AnyTagClassName
{
color: #4B091B;
}
</style>
background-color css
<style>
a { background-color: #4B091B; }
a { background-color: rgb(75,9,27); }
div.DivClassName
{
background-color: #4B091B;
}
.BgClassName
{
background-color: #4B091B;
}
</style>
border-color css
<style>
span { border-color: #4B091B; }
span { border-color: rgb(75,9,27); }
td.TdClassName
{
border-color: #4B091B;
}
.TagClassName
{
border-color: #4B091B;
}
</style>