Shades of Bordeaux #4B121C
Tints of Bordeaux #4B121C
RGB
CMYK
RGB Variations
Color information
#4B121C (or 0x4B121C) is known color: Bordeaux. HEX triplet: 4B, 12 and 1C. RGB value is (75,18,28). Sum of RGB (Red+Green+Blue) = 75+18+28=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B121C is #B4EDE3. Grayscale: #242424. Windows color (decimal): -11857380 or 1839691. OLE color: 1839691.
HSL color Cylindrical-coordinate representation of color #4B121C: hue angle of 349.47º 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 #4B121C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 28 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.71 |
| HSL | 349.47º | 0.61% | 0.18% | - |
| HSV(B) | 349.47º | 0.76% | 0.29% | - |
| XYZ | 3.33 | 2.01 | 1.31 | - |
| YUV | 36.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 28 | 0 | 0.76 | 0.63 | 0.71 | 349.47 | 0.61 | 0.18 |
| Hex | 4B | 12 | 1C | 0 | 4C | 3F | 47 | 15D | 3D | 12 |
| Octal | 113 | 22 | 34 | 0 | 114 | 77 | 107 | 535 | 75 | 22 |
| Binary | 1001011 | 10010 | 11100 | 0 | 1001100 | 111111 | 1000111 | 101011101 | 111101 | 10010 |
Color Harmonies of #4B121C
Complementary color
Monochromatic Colors of #4B121C
Black with #4B121C
Text Example
Text Example
White with #4B121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B121C; }
p { color: rgb(75,18,28); }
H1.HeaderClassName
{
color: #4B121C;
}
.AnyTagClassName
{
color: #4B121C;
}
</style>
background-color css
<style>
a { background-color: #4B121C; }
a { background-color: rgb(75,18,28); }
div.DivClassName
{
background-color: #4B121C;
}
.BgClassName
{
background-color: #4B121C;
}
</style>
border-color css
<style>
span { border-color: #4B121C; }
span { border-color: rgb(75,18,28); }
td.TdClassName
{
border-color: #4B121C;
}
.TagClassName
{
border-color: #4B121C;
}
</style>