Shades of Bordeaux #4F1429
Tints of Bordeaux #4F1429
RGB
CMYK
RGB Variations
Color information
#4F1429 (or 0x4F1429) is known color: Bordeaux. HEX triplet: 4F, 14 and 29. RGB value is (79,20,41). Sum of RGB (Red+Green+Blue) = 79+20+41=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1429 is #B0EBD6. Grayscale: #282828. Windows color (decimal): -11594711 or 2692175. OLE color: 2692175.
HSL color Cylindrical-coordinate representation of color #4F1429: hue angle of 338.64º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1429 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 41 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.69 |
| HSL | 338.64º | 0.6% | 0.19% | - |
| HSV(B) | 338.64º | 0.75% | 0.31% | - |
| XYZ | 3.87 | 2.32 | 2.34 | - |
| YUV | 40.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 41 | 0 | 0.75 | 0.48 | 0.69 | 338.64 | 0.6 | 0.19 |
| Hex | 4F | 14 | 29 | 0 | 4B | 30 | 45 | 153 | 3C | 13 |
| Octal | 117 | 24 | 51 | 0 | 113 | 60 | 105 | 523 | 74 | 23 |
| Binary | 1001111 | 10100 | 101001 | 0 | 1001011 | 110000 | 1000101 | 101010011 | 111100 | 10011 |
Color Harmonies of #4F1429
Complementary color
Monochromatic Colors of #4F1429
Black with #4F1429
Text Example
Text Example
White with #4F1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1429; }
p { color: rgb(79,20,41); }
H1.HeaderClassName
{
color: #4F1429;
}
.AnyTagClassName
{
color: #4F1429;
}
</style>
background-color css
<style>
a { background-color: #4F1429; }
a { background-color: rgb(79,20,41); }
div.DivClassName
{
background-color: #4F1429;
}
.BgClassName
{
background-color: #4F1429;
}
</style>
border-color css
<style>
span { border-color: #4F1429; }
span { border-color: rgb(79,20,41); }
td.TdClassName
{
border-color: #4F1429;
}
.TagClassName
{
border-color: #4F1429;
}
</style>