Shades of Bordeaux #4B141B
Tints of Bordeaux #4B141B
RGB
CMYK
RGB Variations
Color information
#4B141B (or 0x4B141B) is known color: Bordeaux. HEX triplet: 4B, 14 and 1B. RGB value is (75,20,27). Sum of RGB (Red+Green+Blue) = 75+20+27=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B141B is #B4EBE4. Grayscale: #252525. Windows color (decimal): -11856869 or 1774667. OLE color: 1774667.
HSL color Cylindrical-coordinate representation of color #4B141B: hue angle of 352.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B141B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 27 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.71 |
| HSL | 352.36º | 0.58% | 0.19% | - |
| HSV(B) | 352.36º | 0.73% | 0.29% | - |
| XYZ | 3.35 | 2.08 | 1.26 | - |
| YUV | 37.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 27 | 0 | 0.73 | 0.64 | 0.71 | 352.36 | 0.58 | 0.19 |
| Hex | 4B | 14 | 1B | 0 | 49 | 40 | 47 | 160 | 3A | 13 |
| Octal | 113 | 24 | 33 | 0 | 111 | 100 | 107 | 540 | 72 | 23 |
| Binary | 1001011 | 10100 | 11011 | 0 | 1001001 | 1000000 | 1000111 | 101100000 | 111010 | 10011 |
Color Harmonies of #4B141B
Complementary color
Monochromatic Colors of #4B141B
Black with #4B141B
Text Example
Text Example
White with #4B141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B141B; }
p { color: rgb(75,20,27); }
H1.HeaderClassName
{
color: #4B141B;
}
.AnyTagClassName
{
color: #4B141B;
}
</style>
background-color css
<style>
a { background-color: #4B141B; }
a { background-color: rgb(75,20,27); }
div.DivClassName
{
background-color: #4B141B;
}
.BgClassName
{
background-color: #4B141B;
}
</style>
border-color css
<style>
span { border-color: #4B141B; }
span { border-color: rgb(75,20,27); }
td.TdClassName
{
border-color: #4B141B;
}
.TagClassName
{
border-color: #4B141B;
}
</style>