Shades of Bordeaux #4B121B
Tints of Bordeaux #4B121B
RGB
CMYK
RGB Variations
Color information
#4B121B (or 0x4B121B) is known color: Bordeaux. HEX triplet: 4B, 12 and 1B. RGB value is (75,18,27). Sum of RGB (Red+Green+Blue) = 75+18+27=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B121B is #B4EDE4. Grayscale: #242424. Windows color (decimal): -11857381 or 1774155. OLE color: 1774155.
HSL color Cylindrical-coordinate representation of color #4B121B: hue angle of 350.53º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B121B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 27 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.71 |
| HSL | 350.53º | 0.61% | 0.18% | - |
| HSV(B) | 350.53º | 0.76% | 0.29% | - |
| XYZ | 3.32 | 2.01 | 1.25 | - |
| YUV | 36.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 27 | 0 | 0.76 | 0.64 | 0.71 | 350.53 | 0.61 | 0.18 |
| Hex | 4B | 12 | 1B | 0 | 4C | 40 | 47 | 15F | 3D | 12 |
| Octal | 113 | 22 | 33 | 0 | 114 | 100 | 107 | 537 | 75 | 22 |
| Binary | 1001011 | 10010 | 11011 | 0 | 1001100 | 1000000 | 1000111 | 101011111 | 111101 | 10010 |
Color Harmonies of #4B121B
Complementary color
Monochromatic Colors of #4B121B
Black with #4B121B
Text Example
Text Example
White with #4B121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B121B; }
p { color: rgb(75,18,27); }
H1.HeaderClassName
{
color: #4B121B;
}
.AnyTagClassName
{
color: #4B121B;
}
</style>
background-color css
<style>
a { background-color: #4B121B; }
a { background-color: rgb(75,18,27); }
div.DivClassName
{
background-color: #4B121B;
}
.BgClassName
{
background-color: #4B121B;
}
</style>
border-color css
<style>
span { border-color: #4B121B; }
span { border-color: rgb(75,18,27); }
td.TdClassName
{
border-color: #4B121B;
}
.TagClassName
{
border-color: #4B121B;
}
</style>