Shades of Bordeaux #4B151F
Tints of Bordeaux #4B151F
RGB
CMYK
RGB Variations
Color information
#4B151F (or 0x4B151F) is known color: Bordeaux. HEX triplet: 4B, 15 and 1F. RGB value is (75,21,31). Sum of RGB (Red+Green+Blue) = 75+21+31=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B151F is #B4EAE0. Grayscale: #262626. Windows color (decimal): -11856609 or 2037067. OLE color: 2037067.
HSL color Cylindrical-coordinate representation of color #4B151F: hue angle of 348.89º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B151F is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 21 | 31 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.71 |
| HSL | 348.89º | 0.56% | 0.19% | - |
| HSV(B) | 348.89º | 0.72% | 0.29% | - |
| XYZ | 3.42 | 2.13 | 1.53 | - |
| YUV | 38.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 31 | 0 | 0.72 | 0.59 | 0.71 | 348.89 | 0.56 | 0.19 |
| Hex | 4B | 15 | 1F | 0 | 48 | 3B | 47 | 15D | 38 | 13 |
| Octal | 113 | 25 | 37 | 0 | 110 | 73 | 107 | 535 | 70 | 23 |
| Binary | 1001011 | 10101 | 11111 | 0 | 1001000 | 111011 | 1000111 | 101011101 | 111000 | 10011 |
Color Harmonies of #4B151F
Complementary color
Monochromatic Colors of #4B151F
Black with #4B151F
Text Example
Text Example
White with #4B151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B151F; }
p { color: rgb(75,21,31); }
H1.HeaderClassName
{
color: #4B151F;
}
.AnyTagClassName
{
color: #4B151F;
}
</style>
background-color css
<style>
a { background-color: #4B151F; }
a { background-color: rgb(75,21,31); }
div.DivClassName
{
background-color: #4B151F;
}
.BgClassName
{
background-color: #4B151F;
}
</style>
border-color css
<style>
span { border-color: #4B151F; }
span { border-color: rgb(75,21,31); }
td.TdClassName
{
border-color: #4B151F;
}
.TagClassName
{
border-color: #4B151F;
}
</style>