Shades of Bordeaux #4B191E
Tints of Bordeaux #4B191E
RGB
CMYK
RGB Variations
Color information
#4B191E (or 0x4B191E) is known color: Bordeaux. HEX triplet: 4B, 19 and 1E. RGB value is (75,25,30). Sum of RGB (Red+Green+Blue) = 75+25+30=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191E is #B4E6E1. Grayscale: #282828. Windows color (decimal): -11855586 or 1972555. OLE color: 1972555.
HSL color Cylindrical-coordinate representation of color #4B191E: hue angle of 354º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B191E is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 30 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.71 |
| HSL | 354º | 0.5% | 0.2% | - |
| HSV(B) | 354º | 0.67% | 0.29% | - |
| XYZ | 3.48 | 2.28 | 1.49 | - |
| YUV | 40.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 30 | 0 | 0.67 | 0.60 | 0.71 | 354 | 0.5 | 0.2 |
| Hex | 4B | 19 | 1E | 0 | 43 | 3C | 47 | 162 | 32 | 14 |
| Octal | 113 | 31 | 36 | 0 | 103 | 74 | 107 | 542 | 62 | 24 |
| Binary | 1001011 | 11001 | 11110 | 0 | 1000011 | 111100 | 1000111 | 101100010 | 110010 | 10100 |
Color Harmonies of #4B191E
Complementary color
Monochromatic Colors of #4B191E
Black with #4B191E
Text Example
Text Example
White with #4B191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B191E; }
p { color: rgb(75,25,30); }
H1.HeaderClassName
{
color: #4B191E;
}
.AnyTagClassName
{
color: #4B191E;
}
</style>
background-color css
<style>
a { background-color: #4B191E; }
a { background-color: rgb(75,25,30); }
div.DivClassName
{
background-color: #4B191E;
}
.BgClassName
{
background-color: #4B191E;
}
</style>
border-color css
<style>
span { border-color: #4B191E; }
span { border-color: rgb(75,25,30); }
td.TdClassName
{
border-color: #4B191E;
}
.TagClassName
{
border-color: #4B191E;
}
</style>