Shades of Bordeaux #4B191C
Tints of Bordeaux #4B191C
RGB
CMYK
RGB Variations
Color information
#4B191C (or 0x4B191C) is known color: Bordeaux. HEX triplet: 4B, 19 and 1C. RGB value is (75,25,28). Sum of RGB (Red+Green+Blue) = 75+25+28=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191C is #B4E6E3. Grayscale: #282828. Windows color (decimal): -11855588 or 1841483. OLE color: 1841483.
HSL color Cylindrical-coordinate representation of color #4B191C: hue angle of 356.4º 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 #4B191C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 28 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.71 |
| HSL | 356.4º | 0.5% | 0.2% | - |
| HSV(B) | 356.4º | 0.67% | 0.29% | - |
| XYZ | 3.46 | 2.27 | 1.36 | - |
| YUV | 40.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 28 | 0 | 0.67 | 0.63 | 0.71 | 356.4 | 0.5 | 0.2 |
| Hex | 4B | 19 | 1C | 0 | 43 | 3F | 47 | 164 | 32 | 14 |
| Octal | 113 | 31 | 34 | 0 | 103 | 77 | 107 | 544 | 62 | 24 |
| Binary | 1001011 | 11001 | 11100 | 0 | 1000011 | 111111 | 1000111 | 101100100 | 110010 | 10100 |
Color Harmonies of #4B191C
Complementary color
Monochromatic Colors of #4B191C
Black with #4B191C
Text Example
Text Example
White with #4B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B191C; }
p { color: rgb(75,25,28); }
H1.HeaderClassName
{
color: #4B191C;
}
.AnyTagClassName
{
color: #4B191C;
}
</style>
background-color css
<style>
a { background-color: #4B191C; }
a { background-color: rgb(75,25,28); }
div.DivClassName
{
background-color: #4B191C;
}
.BgClassName
{
background-color: #4B191C;
}
</style>
border-color css
<style>
span { border-color: #4B191C; }
span { border-color: rgb(75,25,28); }
td.TdClassName
{
border-color: #4B191C;
}
.TagClassName
{
border-color: #4B191C;
}
</style>