Shades of Bordeaux #4F181D
Tints of Bordeaux #4F181D
RGB
CMYK
RGB Variations
Color information
#4F181D (or 0x4F181D) is known color: Bordeaux. HEX triplet: 4F, 18 and 1D. RGB value is (79,24,29). Sum of RGB (Red+Green+Blue) = 79+24+29=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181D is #B0E7E2. Grayscale: #292929. Windows color (decimal): -11593699 or 1906767. OLE color: 1906767.
HSL color Cylindrical-coordinate representation of color #4F181D: hue angle of 354.55º 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 #4F181D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 29 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.69 |
| HSL | 354.55º | 0.53% | 0.2% | - |
| HSV(B) | 354.55º | 0.7% | 0.31% | - |
| XYZ | 3.77 | 2.4 | 1.43 | - |
| YUV | 41.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 29 | 0 | 0.70 | 0.63 | 0.69 | 354.55 | 0.53 | 0.2 |
| Hex | 4F | 18 | 1D | 0 | 46 | 3F | 45 | 163 | 35 | 14 |
| Octal | 117 | 30 | 35 | 0 | 106 | 77 | 105 | 543 | 65 | 24 |
| Binary | 1001111 | 11000 | 11101 | 0 | 1000110 | 111111 | 1000101 | 101100011 | 110101 | 10100 |
Color Harmonies of #4F181D
Complementary color
Monochromatic Colors of #4F181D
Black with #4F181D
Text Example
Text Example
White with #4F181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F181D; }
p { color: rgb(79,24,29); }
H1.HeaderClassName
{
color: #4F181D;
}
.AnyTagClassName
{
color: #4F181D;
}
</style>
background-color css
<style>
a { background-color: #4F181D; }
a { background-color: rgb(79,24,29); }
div.DivClassName
{
background-color: #4F181D;
}
.BgClassName
{
background-color: #4F181D;
}
</style>
border-color css
<style>
span { border-color: #4F181D; }
span { border-color: rgb(79,24,29); }
td.TdClassName
{
border-color: #4F181D;
}
.TagClassName
{
border-color: #4F181D;
}
</style>