Shades of Bordeaux #4B171F
Tints of Bordeaux #4B171F
RGB
CMYK
RGB Variations
Color information
#4B171F (or 0x4B171F) is known color: Bordeaux. HEX triplet: 4B, 17 and 1F. RGB value is (75,23,31). Sum of RGB (Red+Green+Blue) = 75+23+31=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B171F is #B4E8E0. Grayscale: #272727. Windows color (decimal): -11856097 or 2037579. OLE color: 2037579.
HSL color Cylindrical-coordinate representation of color #4B171F: hue angle of 350.77º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B171F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 31 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.71 |
| HSL | 350.77º | 0.53% | 0.19% | - |
| HSV(B) | 350.77º | 0.69% | 0.29% | - |
| XYZ | 3.46 | 2.21 | 1.54 | - |
| YUV | 39.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 31 | 0 | 0.69 | 0.59 | 0.71 | 350.77 | 0.53 | 0.19 |
| Hex | 4B | 17 | 1F | 0 | 45 | 3B | 47 | 15F | 35 | 13 |
| Octal | 113 | 27 | 37 | 0 | 105 | 73 | 107 | 537 | 65 | 23 |
| Binary | 1001011 | 10111 | 11111 | 0 | 1000101 | 111011 | 1000111 | 101011111 | 110101 | 10011 |
Color Harmonies of #4B171F
Complementary color
Monochromatic Colors of #4B171F
Black with #4B171F
Text Example
Text Example
White with #4B171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B171F; }
p { color: rgb(75,23,31); }
H1.HeaderClassName
{
color: #4B171F;
}
.AnyTagClassName
{
color: #4B171F;
}
</style>
background-color css
<style>
a { background-color: #4B171F; }
a { background-color: rgb(75,23,31); }
div.DivClassName
{
background-color: #4B171F;
}
.BgClassName
{
background-color: #4B171F;
}
</style>
border-color css
<style>
span { border-color: #4B171F; }
span { border-color: rgb(75,23,31); }
td.TdClassName
{
border-color: #4B171F;
}
.TagClassName
{
border-color: #4B171F;
}
</style>