Shades of Bordeaux #4F1325
Tints of Bordeaux #4F1325
RGB
CMYK
RGB Variations
Color information
#4F1325 (or 0x4F1325) is known color: Bordeaux. HEX triplet: 4F, 13 and 25. RGB value is (79,19,37). Sum of RGB (Red+Green+Blue) = 79+19+37=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1325 is #B0ECDA. Grayscale: #262626. Windows color (decimal): -11594971 or 2429775. OLE color: 2429775.
HSL color Cylindrical-coordinate representation of color #4F1325: hue angle of 342º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1325 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 37 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.69 |
| HSL | 342º | 0.61% | 0.19% | - |
| HSV(B) | 342º | 0.76% | 0.31% | - |
| XYZ | 3.79 | 2.26 | 1.99 | - |
| YUV | 38.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 37 | 0 | 0.76 | 0.53 | 0.69 | 342 | 0.61 | 0.19 |
| Hex | 4F | 13 | 25 | 0 | 4C | 35 | 45 | 156 | 3D | 13 |
| Octal | 117 | 23 | 45 | 0 | 114 | 65 | 105 | 526 | 75 | 23 |
| Binary | 1001111 | 10011 | 100101 | 0 | 1001100 | 110101 | 1000101 | 101010110 | 111101 | 10011 |
Color Harmonies of #4F1325
Complementary color
Monochromatic Colors of #4F1325
Black with #4F1325
Text Example
Text Example
White with #4F1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1325; }
p { color: rgb(79,19,37); }
H1.HeaderClassName
{
color: #4F1325;
}
.AnyTagClassName
{
color: #4F1325;
}
</style>
background-color css
<style>
a { background-color: #4F1325; }
a { background-color: rgb(79,19,37); }
div.DivClassName
{
background-color: #4F1325;
}
.BgClassName
{
background-color: #4F1325;
}
</style>
border-color css
<style>
span { border-color: #4F1325; }
span { border-color: rgb(79,19,37); }
td.TdClassName
{
border-color: #4F1325;
}
.TagClassName
{
border-color: #4F1325;
}
</style>