Shades of Bordeaux #4F192A
Tints of Bordeaux #4F192A
RGB
CMYK
RGB Variations
Color information
#4F192A (or 0x4F192A) is known color: Bordeaux. HEX triplet: 4F, 19 and 2A. RGB value is (79,25,42). Sum of RGB (Red+Green+Blue) = 79+25+42=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192A is #B0E6D5. Grayscale: #2B2B2B. Windows color (decimal): -11593430 or 2758991. OLE color: 2758991.
HSL color Cylindrical-coordinate representation of color #4F192A: hue angle of 341.11º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F192A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 42 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.69 |
| HSL | 341.11º | 0.52% | 0.2% | - |
| HSV(B) | 341.11º | 0.68% | 0.31% | - |
| XYZ | 3.99 | 2.52 | 2.47 | - |
| YUV | 43.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 42 | 0 | 0.68 | 0.47 | 0.69 | 341.11 | 0.52 | 0.2 |
| Hex | 4F | 19 | 2A | 0 | 44 | 2F | 45 | 155 | 34 | 14 |
| Octal | 117 | 31 | 52 | 0 | 104 | 57 | 105 | 525 | 64 | 24 |
| Binary | 1001111 | 11001 | 101010 | 0 | 1000100 | 101111 | 1000101 | 101010101 | 110100 | 10100 |
Color Harmonies of #4F192A
Complementary color
Monochromatic Colors of #4F192A
Black with #4F192A
Text Example
Text Example
White with #4F192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F192A; }
p { color: rgb(79,25,42); }
H1.HeaderClassName
{
color: #4F192A;
}
.AnyTagClassName
{
color: #4F192A;
}
</style>
background-color css
<style>
a { background-color: #4F192A; }
a { background-color: rgb(79,25,42); }
div.DivClassName
{
background-color: #4F192A;
}
.BgClassName
{
background-color: #4F192A;
}
</style>
border-color css
<style>
span { border-color: #4F192A; }
span { border-color: rgb(79,25,42); }
td.TdClassName
{
border-color: #4F192A;
}
.TagClassName
{
border-color: #4F192A;
}
</style>