Shades of Bordeaux #4B121D
Tints of Bordeaux #4B121D
RGB
CMYK
RGB Variations
Color information
#4B121D (or 0x4B121D) is known color: Bordeaux. HEX triplet: 4B, 12 and 1D. RGB value is (75,18,29). Sum of RGB (Red+Green+Blue) = 75+18+29=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B121D is #B4EDE2. Grayscale: #242424. Windows color (decimal): -11857379 or 1905227. OLE color: 1905227.
HSL color Cylindrical-coordinate representation of color #4B121D: hue angle of 348.42º 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 #4B121D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 29 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.71 |
| HSL | 348.42º | 0.61% | 0.18% | - |
| HSV(B) | 348.42º | 0.76% | 0.29% | - |
| XYZ | 3.34 | 2.02 | 1.38 | - |
| YUV | 36.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 29 | 0 | 0.76 | 0.61 | 0.71 | 348.42 | 0.61 | 0.18 |
| Hex | 4B | 12 | 1D | 0 | 4C | 3D | 47 | 15C | 3D | 12 |
| Octal | 113 | 22 | 35 | 0 | 114 | 75 | 107 | 534 | 75 | 22 |
| Binary | 1001011 | 10010 | 11101 | 0 | 1001100 | 111101 | 1000111 | 101011100 | 111101 | 10010 |
Color Harmonies of #4B121D
Complementary color
Monochromatic Colors of #4B121D
Black with #4B121D
Text Example
Text Example
White with #4B121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B121D; }
p { color: rgb(75,18,29); }
H1.HeaderClassName
{
color: #4B121D;
}
.AnyTagClassName
{
color: #4B121D;
}
</style>
background-color css
<style>
a { background-color: #4B121D; }
a { background-color: rgb(75,18,29); }
div.DivClassName
{
background-color: #4B121D;
}
.BgClassName
{
background-color: #4B121D;
}
</style>
border-color css
<style>
span { border-color: #4B121D; }
span { border-color: rgb(75,18,29); }
td.TdClassName
{
border-color: #4B121D;
}
.TagClassName
{
border-color: #4B121D;
}
</style>