Shades of Bordeaux #4F1D28
Tints of Bordeaux #4F1D28
RGB
CMYK
RGB Variations
Color information
#4F1D28 (or 0x4F1D28) is known color: Bordeaux. HEX triplet: 4F, 1D and 28. RGB value is (79,29,40). Sum of RGB (Red+Green+Blue) = 79+29+40=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D28 is #B0E2D7. Grayscale: #2D2D2D. Windows color (decimal): -11592408 or 2628943. OLE color: 2628943.
HSL color Cylindrical-coordinate representation of color #4F1D28: hue angle of 346.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D28 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 40 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.69 |
| HSL | 346.8º | 0.46% | 0.21% | - |
| HSV(B) | 346.8º | 0.63% | 0.31% | - |
| XYZ | 4.05 | 2.69 | 2.31 | - |
| YUV | 45.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 40 | 0 | 0.63 | 0.49 | 0.69 | 346.8 | 0.46 | 0.21 |
| Hex | 4F | 1D | 28 | 0 | 3F | 31 | 45 | 15B | 2E | 15 |
| Octal | 117 | 35 | 50 | 0 | 77 | 61 | 105 | 533 | 56 | 25 |
| Binary | 1001111 | 11101 | 101000 | 0 | 111111 | 110001 | 1000101 | 101011011 | 101110 | 10101 |
Color Harmonies of #4F1D28
Complementary color
Monochromatic Colors of #4F1D28
Black with #4F1D28
Text Example
Text Example
White with #4F1D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D28; }
p { color: rgb(79,29,40); }
H1.HeaderClassName
{
color: #4F1D28;
}
.AnyTagClassName
{
color: #4F1D28;
}
</style>
background-color css
<style>
a { background-color: #4F1D28; }
a { background-color: rgb(79,29,40); }
div.DivClassName
{
background-color: #4F1D28;
}
.BgClassName
{
background-color: #4F1D28;
}
</style>
border-color css
<style>
span { border-color: #4F1D28; }
span { border-color: rgb(79,29,40); }
td.TdClassName
{
border-color: #4F1D28;
}
.TagClassName
{
border-color: #4F1D28;
}
</style>