Shades of Bordeaux #4B091E
Tints of Bordeaux #4B091E
RGB
CMYK
RGB Variations
Color information
#4B091E (or 0x4B091E) is known color: Bordeaux. HEX triplet: 4B, 09 and 1E. RGB value is (75,9,30). Sum of RGB (Red+Green+Blue) = 75+9+30=114 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.79% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 75 - color contains mainly: red. Hex color #4B091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B091E is #B4F6E1. Grayscale: #1F1F1F. Windows color (decimal): -11859682 or 1968459. OLE color: 1968459.
HSL color Cylindrical-coordinate representation of color #4B091E: hue angle of 340.91º 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 #4B091E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 30 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.71 |
| HSL | 340.91º | 0.79% | 0.16% | - |
| HSV(B) | 340.91º | 0.88% | 0.29% | - |
| XYZ | 3.23 | 1.78 | 1.4 | - |
| YUV | 31.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 30 | 0 | 0.88 | 0.60 | 0.71 | 340.91 | 0.79 | 0.16 |
| Hex | 4B | 9 | 1E | 0 | 58 | 3C | 47 | 155 | 4F | 10 |
| Octal | 113 | 11 | 36 | 0 | 130 | 74 | 107 | 525 | 117 | 20 |
| Binary | 1001011 | 1001 | 11110 | 0 | 1011000 | 111100 | 1000111 | 101010101 | 1001111 | 10000 |
Color Harmonies of #4B091E
Complementary color
Monochromatic Colors of #4B091E
Black with #4B091E
Text Example
Text Example
White with #4B091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B091E; }
p { color: rgb(75,9,30); }
H1.HeaderClassName
{
color: #4B091E;
}
.AnyTagClassName
{
color: #4B091E;
}
</style>
background-color css
<style>
a { background-color: #4B091E; }
a { background-color: rgb(75,9,30); }
div.DivClassName
{
background-color: #4B091E;
}
.BgClassName
{
background-color: #4B091E;
}
</style>
border-color css
<style>
span { border-color: #4B091E; }
span { border-color: rgb(75,9,30); }
td.TdClassName
{
border-color: #4B091E;
}
.TagClassName
{
border-color: #4B091E;
}
</style>