Shades of Bordeaux #4F1B27
Tints of Bordeaux #4F1B27
RGB
CMYK
RGB Variations
Color information
#4F1B27 (or 0x4F1B27) is known color: Bordeaux. HEX triplet: 4F, 1B and 27. RGB value is (79,27,39). Sum of RGB (Red+Green+Blue) = 79+27+39=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B27 is #B0E4D8. Grayscale: #2B2B2B. Windows color (decimal): -11592921 or 2562895. OLE color: 2562895.
HSL color Cylindrical-coordinate representation of color #4F1B27: hue angle of 346.15º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B27 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 39 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.69 |
| HSL | 346.15º | 0.49% | 0.21% | - |
| HSV(B) | 346.15º | 0.66% | 0.31% | - |
| XYZ | 3.98 | 2.59 | 2.21 | - |
| YUV | 43.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 39 | 0 | 0.66 | 0.51 | 0.69 | 346.15 | 0.49 | 0.21 |
| Hex | 4F | 1B | 27 | 0 | 42 | 33 | 45 | 15A | 31 | 15 |
| Octal | 117 | 33 | 47 | 0 | 102 | 63 | 105 | 532 | 61 | 25 |
| Binary | 1001111 | 11011 | 100111 | 0 | 1000010 | 110011 | 1000101 | 101011010 | 110001 | 10101 |
Color Harmonies of #4F1B27
Complementary color
Monochromatic Colors of #4F1B27
Black with #4F1B27
Text Example
Text Example
White with #4F1B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B27; }
p { color: rgb(79,27,39); }
H1.HeaderClassName
{
color: #4F1B27;
}
.AnyTagClassName
{
color: #4F1B27;
}
</style>
background-color css
<style>
a { background-color: #4F1B27; }
a { background-color: rgb(79,27,39); }
div.DivClassName
{
background-color: #4F1B27;
}
.BgClassName
{
background-color: #4F1B27;
}
</style>
border-color css
<style>
span { border-color: #4F1B27; }
span { border-color: rgb(79,27,39); }
td.TdClassName
{
border-color: #4F1B27;
}
.TagClassName
{
border-color: #4F1B27;
}
</style>