Shades of Bordeaux #4F1920
Tints of Bordeaux #4F1920
RGB
CMYK
RGB Variations
Color information
#4F1920 (or 0x4F1920) is known color: Bordeaux. HEX triplet: 4F, 19 and 20. RGB value is (79,25,32). Sum of RGB (Red+Green+Blue) = 79+25+32=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1920 is #B0E6DF. Grayscale: #292929. Windows color (decimal): -11593440 or 2103631. OLE color: 2103631.
HSL color Cylindrical-coordinate representation of color #4F1920: hue angle of 352.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F1920 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 32 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.69 |
| HSL | 352.22º | 0.52% | 0.2% | - |
| HSV(B) | 352.22º | 0.68% | 0.31% | - |
| XYZ | 3.83 | 2.46 | 1.64 | - |
| YUV | 41.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 32 | 0 | 0.68 | 0.59 | 0.69 | 352.22 | 0.52 | 0.2 |
| Hex | 4F | 19 | 20 | 0 | 44 | 3B | 45 | 160 | 34 | 14 |
| Octal | 117 | 31 | 40 | 0 | 104 | 73 | 105 | 540 | 64 | 24 |
| Binary | 1001111 | 11001 | 100000 | 0 | 1000100 | 111011 | 1000101 | 101100000 | 110100 | 10100 |
Color Harmonies of #4F1920
Complementary color
Monochromatic Colors of #4F1920
Black with #4F1920
Text Example
Text Example
White with #4F1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1920; }
p { color: rgb(79,25,32); }
H1.HeaderClassName
{
color: #4F1920;
}
.AnyTagClassName
{
color: #4F1920;
}
</style>
background-color css
<style>
a { background-color: #4F1920; }
a { background-color: rgb(79,25,32); }
div.DivClassName
{
background-color: #4F1920;
}
.BgClassName
{
background-color: #4F1920;
}
</style>
border-color css
<style>
span { border-color: #4F1920; }
span { border-color: rgb(79,25,32); }
td.TdClassName
{
border-color: #4F1920;
}
.TagClassName
{
border-color: #4F1920;
}
</style>