Shades of Bordeaux #4B191F
Tints of Bordeaux #4B191F
RGB
CMYK
RGB Variations
Color information
#4B191F (or 0x4B191F) is known color: Bordeaux. HEX triplet: 4B, 19 and 1F. RGB value is (75,25,31). Sum of RGB (Red+Green+Blue) = 75+25+31=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191F is #B4E6E0. Grayscale: #282828. Windows color (decimal): -11855585 or 2038091. OLE color: 2038091.
HSL color Cylindrical-coordinate representation of color #4B191F: hue angle of 352.8º 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 #4B191F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 31 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.71 |
| HSL | 352.8º | 0.5% | 0.2% | - |
| HSV(B) | 352.8º | 0.67% | 0.29% | - |
| XYZ | 3.5 | 2.29 | 1.55 | - |
| YUV | 40.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 31 | 0 | 0.67 | 0.59 | 0.71 | 352.8 | 0.5 | 0.2 |
| Hex | 4B | 19 | 1F | 0 | 43 | 3B | 47 | 161 | 32 | 14 |
| Octal | 113 | 31 | 37 | 0 | 103 | 73 | 107 | 541 | 62 | 24 |
| Binary | 1001011 | 11001 | 11111 | 0 | 1000011 | 111011 | 1000111 | 101100001 | 110010 | 10100 |
Color Harmonies of #4B191F
Complementary color
Monochromatic Colors of #4B191F
Black with #4B191F
Text Example
Text Example
White with #4B191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B191F; }
p { color: rgb(75,25,31); }
H1.HeaderClassName
{
color: #4B191F;
}
.AnyTagClassName
{
color: #4B191F;
}
</style>
background-color css
<style>
a { background-color: #4B191F; }
a { background-color: rgb(75,25,31); }
div.DivClassName
{
background-color: #4B191F;
}
.BgClassName
{
background-color: #4B191F;
}
</style>
border-color css
<style>
span { border-color: #4B191F; }
span { border-color: rgb(75,25,31); }
td.TdClassName
{
border-color: #4B191F;
}
.TagClassName
{
border-color: #4B191F;
}
</style>