Shades of Bordeaux #4F182A
Tints of Bordeaux #4F182A
RGB
CMYK
RGB Variations
Color information
#4F182A (or 0x4F182A) is known color: Bordeaux. HEX triplet: 4F, 18 and 2A. RGB value is (79,24,42). Sum of RGB (Red+Green+Blue) = 79+24+42=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F182A is #B0E7D5. Grayscale: #2A2A2A. Windows color (decimal): -11593686 or 2758735. OLE color: 2758735.
HSL color Cylindrical-coordinate representation of color #4F182A: hue angle of 340.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F182A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 42 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.69 |
| HSL | 340.36º | 0.53% | 0.2% | - |
| HSV(B) | 340.36º | 0.7% | 0.31% | - |
| XYZ | 3.97 | 2.48 | 2.46 | - |
| YUV | 42.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 42 | 0 | 0.70 | 0.47 | 0.69 | 340.36 | 0.53 | 0.2 |
| Hex | 4F | 18 | 2A | 0 | 46 | 2F | 45 | 154 | 35 | 14 |
| Octal | 117 | 30 | 52 | 0 | 106 | 57 | 105 | 524 | 65 | 24 |
| Binary | 1001111 | 11000 | 101010 | 0 | 1000110 | 101111 | 1000101 | 101010100 | 110101 | 10100 |
Color Harmonies of #4F182A
Complementary color
Monochromatic Colors of #4F182A
Black with #4F182A
Text Example
Text Example
White with #4F182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F182A; }
p { color: rgb(79,24,42); }
H1.HeaderClassName
{
color: #4F182A;
}
.AnyTagClassName
{
color: #4F182A;
}
</style>
background-color css
<style>
a { background-color: #4F182A; }
a { background-color: rgb(79,24,42); }
div.DivClassName
{
background-color: #4F182A;
}
.BgClassName
{
background-color: #4F182A;
}
</style>
border-color css
<style>
span { border-color: #4F182A; }
span { border-color: rgb(79,24,42); }
td.TdClassName
{
border-color: #4F182A;
}
.TagClassName
{
border-color: #4F182A;
}
</style>