Shades of Bordeaux #4F1624
Tints of Bordeaux #4F1624
RGB
CMYK
RGB Variations
Color information
#4F1624 (or 0x4F1624) is known color: Bordeaux. HEX triplet: 4F, 16 and 24. RGB value is (79,22,36). Sum of RGB (Red+Green+Blue) = 79+22+36=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1624 is #B0E9DB. Grayscale: #282828. Windows color (decimal): -11594204 or 2365007. OLE color: 2365007.
HSL color Cylindrical-coordinate representation of color #4F1624: hue angle of 345.26º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1624 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 36 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.69 |
| HSL | 345.26º | 0.56% | 0.2% | - |
| HSV(B) | 345.26º | 0.72% | 0.31% | - |
| XYZ | 3.83 | 2.36 | 1.92 | - |
| YUV | 40.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 36 | 0 | 0.72 | 0.54 | 0.69 | 345.26 | 0.56 | 0.2 |
| Hex | 4F | 16 | 24 | 0 | 48 | 36 | 45 | 159 | 38 | 14 |
| Octal | 117 | 26 | 44 | 0 | 110 | 66 | 105 | 531 | 70 | 24 |
| Binary | 1001111 | 10110 | 100100 | 0 | 1001000 | 110110 | 1000101 | 101011001 | 111000 | 10100 |
Color Harmonies of #4F1624
Complementary color
Monochromatic Colors of #4F1624
Black with #4F1624
Text Example
Text Example
White with #4F1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1624; }
p { color: rgb(79,22,36); }
H1.HeaderClassName
{
color: #4F1624;
}
.AnyTagClassName
{
color: #4F1624;
}
</style>
background-color css
<style>
a { background-color: #4F1624; }
a { background-color: rgb(79,22,36); }
div.DivClassName
{
background-color: #4F1624;
}
.BgClassName
{
background-color: #4F1624;
}
</style>
border-color css
<style>
span { border-color: #4F1624; }
span { border-color: rgb(79,22,36); }
td.TdClassName
{
border-color: #4F1624;
}
.TagClassName
{
border-color: #4F1624;
}
</style>