Shades of Bordeaux #4F0D20
Tints of Bordeaux #4F0D20
RGB
CMYK
RGB Variations
Color information
#4F0D20 (or 0x4F0D20) is known color: Bordeaux. HEX triplet: 4F, 0D and 20. RGB value is (79,13,32). Sum of RGB (Red+Green+Blue) = 79+13+32=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D20 is #B0F2DF. Grayscale: #222222. Windows color (decimal): -11596512 or 2100559. OLE color: 2100559.
HSL color Cylindrical-coordinate representation of color #4F0D20: hue angle of 342.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D20 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 32 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.69 |
| HSL | 342.73º | 0.72% | 0.18% | - |
| HSV(B) | 342.73º | 0.84% | 0.31% | - |
| XYZ | 3.63 | 2.05 | 1.57 | - |
| YUV | 34.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 32 | 0 | 0.84 | 0.59 | 0.69 | 342.73 | 0.72 | 0.18 |
| Hex | 4F | D | 20 | 0 | 54 | 3B | 45 | 157 | 48 | 12 |
| Octal | 117 | 15 | 40 | 0 | 124 | 73 | 105 | 527 | 110 | 22 |
| Binary | 1001111 | 1101 | 100000 | 0 | 1010100 | 111011 | 1000101 | 101010111 | 1001000 | 10010 |
Color Harmonies of #4F0D20
Complementary color
Monochromatic Colors of #4F0D20
Black with #4F0D20
Text Example
Text Example
White with #4F0D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D20; }
p { color: rgb(79,13,32); }
H1.HeaderClassName
{
color: #4F0D20;
}
.AnyTagClassName
{
color: #4F0D20;
}
</style>
background-color css
<style>
a { background-color: #4F0D20; }
a { background-color: rgb(79,13,32); }
div.DivClassName
{
background-color: #4F0D20;
}
.BgClassName
{
background-color: #4F0D20;
}
</style>
border-color css
<style>
span { border-color: #4F0D20; }
span { border-color: rgb(79,13,32); }
td.TdClassName
{
border-color: #4F0D20;
}
.TagClassName
{
border-color: #4F0D20;
}
</style>