Shades of Bordeaux #4B1B26
Tints of Bordeaux #4B1B26
RGB
CMYK
RGB Variations
Color information
#4B1B26 (or 0x4B1B26) is known color: Bordeaux. HEX triplet: 4B, 1B and 26. RGB value is (75,27,38). Sum of RGB (Red+Green+Blue) = 75+27+38=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B26 is #B4E4D9. Grayscale: #2A2A2A. Windows color (decimal): -11855066 or 2497355. OLE color: 2497355.
HSL color Cylindrical-coordinate representation of color #4B1B26: hue angle of 346.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B26 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 38 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.71 |
| HSL | 346.25º | 0.47% | 0.2% | - |
| HSV(B) | 346.25º | 0.64% | 0.29% | - |
| XYZ | 3.64 | 2.42 | 2.11 | - |
| YUV | 42.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 38 | 0 | 0.64 | 0.49 | 0.71 | 346.25 | 0.47 | 0.2 |
| Hex | 4B | 1B | 26 | 0 | 40 | 31 | 47 | 15A | 2F | 14 |
| Octal | 113 | 33 | 46 | 0 | 100 | 61 | 107 | 532 | 57 | 24 |
| Binary | 1001011 | 11011 | 100110 | 0 | 1000000 | 110001 | 1000111 | 101011010 | 101111 | 10100 |
Color Harmonies of #4B1B26
Complementary color
Monochromatic Colors of #4B1B26
Black with #4B1B26
Text Example
Text Example
White with #4B1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B26; }
p { color: rgb(75,27,38); }
H1.HeaderClassName
{
color: #4B1B26;
}
.AnyTagClassName
{
color: #4B1B26;
}
</style>
background-color css
<style>
a { background-color: #4B1B26; }
a { background-color: rgb(75,27,38); }
div.DivClassName
{
background-color: #4B1B26;
}
.BgClassName
{
background-color: #4B1B26;
}
</style>
border-color css
<style>
span { border-color: #4B1B26; }
span { border-color: rgb(75,27,38); }
td.TdClassName
{
border-color: #4B1B26;
}
.TagClassName
{
border-color: #4B1B26;
}
</style>