Shades of Bordeaux #4F1527
Tints of Bordeaux #4F1527
RGB
CMYK
RGB Variations
Color information
#4F1527 (or 0x4F1527) is known color: Bordeaux. HEX triplet: 4F, 15 and 27. RGB value is (79,21,39). Sum of RGB (Red+Green+Blue) = 79+21+39=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1527 is #B0EAD8. Grayscale: #282828. Windows color (decimal): -11594457 or 2561359. OLE color: 2561359.
HSL color Cylindrical-coordinate representation of color #4F1527: hue angle of 341.38º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1527 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 39 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.69 |
| HSL | 341.38º | 0.58% | 0.2% | - |
| HSV(B) | 341.38º | 0.73% | 0.31% | - |
| XYZ | 3.86 | 2.35 | 2.17 | - |
| YUV | 40.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 39 | 0 | 0.73 | 0.51 | 0.69 | 341.38 | 0.58 | 0.2 |
| Hex | 4F | 15 | 27 | 0 | 49 | 33 | 45 | 155 | 3A | 14 |
| Octal | 117 | 25 | 47 | 0 | 111 | 63 | 105 | 525 | 72 | 24 |
| Binary | 1001111 | 10101 | 100111 | 0 | 1001001 | 110011 | 1000101 | 101010101 | 111010 | 10100 |
Color Harmonies of #4F1527
Complementary color
Monochromatic Colors of #4F1527
Black with #4F1527
Text Example
Text Example
White with #4F1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1527; }
p { color: rgb(79,21,39); }
H1.HeaderClassName
{
color: #4F1527;
}
.AnyTagClassName
{
color: #4F1527;
}
</style>
background-color css
<style>
a { background-color: #4F1527; }
a { background-color: rgb(79,21,39); }
div.DivClassName
{
background-color: #4F1527;
}
.BgClassName
{
background-color: #4F1527;
}
</style>
border-color css
<style>
span { border-color: #4F1527; }
span { border-color: rgb(79,21,39); }
td.TdClassName
{
border-color: #4F1527;
}
.TagClassName
{
border-color: #4F1527;
}
</style>