Shades of Bordeaux #4F1C25
Tints of Bordeaux #4F1C25
RGB
CMYK
RGB Variations
Color information
#4F1C25 (or 0x4F1C25) is known color: Bordeaux. HEX triplet: 4F, 1C and 25. RGB value is (79,28,37). Sum of RGB (Red+Green+Blue) = 79+28+37=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C25 is #B0E3DA. Grayscale: #2C2C2C. Windows color (decimal): -11592667 or 2432079. OLE color: 2432079.
HSL color Cylindrical-coordinate representation of color #4F1C25: hue angle of 349.41º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1C25 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 37 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.69 |
| HSL | 349.41º | 0.48% | 0.21% | - |
| HSV(B) | 349.41º | 0.65% | 0.31% | - |
| XYZ | 3.97 | 2.63 | 2.05 | - |
| YUV | 44.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 37 | 0 | 0.65 | 0.53 | 0.69 | 349.41 | 0.48 | 0.21 |
| Hex | 4F | 1C | 25 | 0 | 41 | 35 | 45 | 15D | 30 | 15 |
| Octal | 117 | 34 | 45 | 0 | 101 | 65 | 105 | 535 | 60 | 25 |
| Binary | 1001111 | 11100 | 100101 | 0 | 1000001 | 110101 | 1000101 | 101011101 | 110000 | 10101 |
Color Harmonies of #4F1C25
Complementary color
Monochromatic Colors of #4F1C25
Black with #4F1C25
Text Example
Text Example
White with #4F1C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C25; }
p { color: rgb(79,28,37); }
H1.HeaderClassName
{
color: #4F1C25;
}
.AnyTagClassName
{
color: #4F1C25;
}
</style>
background-color css
<style>
a { background-color: #4F1C25; }
a { background-color: rgb(79,28,37); }
div.DivClassName
{
background-color: #4F1C25;
}
.BgClassName
{
background-color: #4F1C25;
}
</style>
border-color css
<style>
span { border-color: #4F1C25; }
span { border-color: rgb(79,28,37); }
td.TdClassName
{
border-color: #4F1C25;
}
.TagClassName
{
border-color: #4F1C25;
}
</style>