Shades of Bordeaux #4B131E
Tints of Bordeaux #4B131E
RGB
CMYK
RGB Variations
Color information
#4B131E (or 0x4B131E) is known color: Bordeaux. HEX triplet: 4B, 13 and 1E. RGB value is (75,19,30). Sum of RGB (Red+Green+Blue) = 75+19+30=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B131E is #B4ECE1. Grayscale: #252525. Windows color (decimal): -11857122 or 1971019. OLE color: 1971019.
HSL color Cylindrical-coordinate representation of color #4B131E: hue angle of 348.21º 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 #4B131E is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 19 | 30 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.71 |
| HSL | 348.21º | 0.6% | 0.18% | - |
| HSV(B) | 348.21º | 0.75% | 0.29% | - |
| XYZ | 3.37 | 2.06 | 1.45 | - |
| YUV | 37 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 30 | 0 | 0.75 | 0.60 | 0.71 | 348.21 | 0.6 | 0.18 |
| Hex | 4B | 13 | 1E | 0 | 4B | 3C | 47 | 15C | 3C | 12 |
| Octal | 113 | 23 | 36 | 0 | 113 | 74 | 107 | 534 | 74 | 22 |
| Binary | 1001011 | 10011 | 11110 | 0 | 1001011 | 111100 | 1000111 | 101011100 | 111100 | 10010 |
Color Harmonies of #4B131E
Complementary color
Monochromatic Colors of #4B131E
Black with #4B131E
Text Example
Text Example
White with #4B131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B131E; }
p { color: rgb(75,19,30); }
H1.HeaderClassName
{
color: #4B131E;
}
.AnyTagClassName
{
color: #4B131E;
}
</style>
background-color css
<style>
a { background-color: #4B131E; }
a { background-color: rgb(75,19,30); }
div.DivClassName
{
background-color: #4B131E;
}
.BgClassName
{
background-color: #4B131E;
}
</style>
border-color css
<style>
span { border-color: #4B131E; }
span { border-color: rgb(75,19,30); }
td.TdClassName
{
border-color: #4B131E;
}
.TagClassName
{
border-color: #4B131E;
}
</style>