Shades of Bordeaux #4B091F
Tints of Bordeaux #4B091F
RGB
CMYK
RGB Variations
Color information
#4B091F (or 0x4B091F) is known color: Bordeaux. HEX triplet: 4B, 09 and 1F. RGB value is (75,9,31). Sum of RGB (Red+Green+Blue) = 75+9+31=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B091F is #B4F6E0. Grayscale: #1F1F1F. Windows color (decimal): -11859681 or 2033995. OLE color: 2033995.
HSL color Cylindrical-coordinate representation of color #4B091F: hue angle of 340º 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 #4B091F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 31 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.71 |
| HSL | 340º | 0.79% | 0.16% | - |
| HSV(B) | 340º | 0.88% | 0.29% | - |
| XYZ | 3.25 | 1.79 | 1.47 | - |
| YUV | 31.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 31 | 0 | 0.88 | 0.59 | 0.71 | 340 | 0.79 | 0.16 |
| Hex | 4B | 9 | 1F | 0 | 58 | 3B | 47 | 154 | 4F | 10 |
| Octal | 113 | 11 | 37 | 0 | 130 | 73 | 107 | 524 | 117 | 20 |
| Binary | 1001011 | 1001 | 11111 | 0 | 1011000 | 111011 | 1000111 | 101010100 | 1001111 | 10000 |
Color Harmonies of #4B091F
Complementary color
Monochromatic Colors of #4B091F
Black with #4B091F
Text Example
Text Example
White with #4B091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B091F; }
p { color: rgb(75,9,31); }
H1.HeaderClassName
{
color: #4B091F;
}
.AnyTagClassName
{
color: #4B091F;
}
</style>
background-color css
<style>
a { background-color: #4B091F; }
a { background-color: rgb(75,9,31); }
div.DivClassName
{
background-color: #4B091F;
}
.BgClassName
{
background-color: #4B091F;
}
</style>
border-color css
<style>
span { border-color: #4B091F; }
span { border-color: rgb(75,9,31); }
td.TdClassName
{
border-color: #4B091F;
}
.TagClassName
{
border-color: #4B091F;
}
</style>