Shades of Bordeaux #4B131B
Tints of Bordeaux #4B131B
RGB
CMYK
RGB Variations
Color information
#4B131B (or 0x4B131B) is known color: Bordeaux. HEX triplet: 4B, 13 and 1B. RGB value is (75,19,27). Sum of RGB (Red+Green+Blue) = 75+19+27=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B131B is #B4ECE4. Grayscale: #242424. Windows color (decimal): -11857125 or 1774411. OLE color: 1774411.
HSL color Cylindrical-coordinate representation of color #4B131B: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B131B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 19 | 27 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.71 |
| HSL | 351.43º | 0.6% | 0.18% | - |
| HSV(B) | 351.43º | 0.75% | 0.29% | - |
| XYZ | 3.33 | 2.04 | 1.26 | - |
| YUV | 36.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 27 | 0 | 0.75 | 0.64 | 0.71 | 351.43 | 0.6 | 0.18 |
| Hex | 4B | 13 | 1B | 0 | 4B | 40 | 47 | 15F | 3C | 12 |
| Octal | 113 | 23 | 33 | 0 | 113 | 100 | 107 | 537 | 74 | 22 |
| Binary | 1001011 | 10011 | 11011 | 0 | 1001011 | 1000000 | 1000111 | 101011111 | 111100 | 10010 |
Color Harmonies of #4B131B
Complementary color
Monochromatic Colors of #4B131B
Black with #4B131B
Text Example
Text Example
White with #4B131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B131B; }
p { color: rgb(75,19,27); }
H1.HeaderClassName
{
color: #4B131B;
}
.AnyTagClassName
{
color: #4B131B;
}
</style>
background-color css
<style>
a { background-color: #4B131B; }
a { background-color: rgb(75,19,27); }
div.DivClassName
{
background-color: #4B131B;
}
.BgClassName
{
background-color: #4B131B;
}
</style>
border-color css
<style>
span { border-color: #4B131B; }
span { border-color: rgb(75,19,27); }
td.TdClassName
{
border-color: #4B131B;
}
.TagClassName
{
border-color: #4B131B;
}
</style>