Shades of Bordeaux #4F1223
Tints of Bordeaux #4F1223
RGB
CMYK
RGB Variations
Color information
#4F1223 (or 0x4F1223) is known color: Bordeaux. HEX triplet: 4F, 12 and 23. RGB value is (79,18,35). Sum of RGB (Red+Green+Blue) = 79+18+35=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1223 is #B0EDDC. Grayscale: #262626. Windows color (decimal): -11595229 or 2298447. OLE color: 2298447.
HSL color Cylindrical-coordinate representation of color #4F1223: hue angle of 343.28º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1223 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 35 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.69 |
| HSL | 343.28º | 0.63% | 0.19% | - |
| HSV(B) | 343.28º | 0.77% | 0.31% | - |
| XYZ | 3.74 | 2.22 | 1.82 | - |
| YUV | 38.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 35 | 0 | 0.77 | 0.56 | 0.69 | 343.28 | 0.63 | 0.19 |
| Hex | 4F | 12 | 23 | 0 | 4D | 38 | 45 | 157 | 3F | 13 |
| Octal | 117 | 22 | 43 | 0 | 115 | 70 | 105 | 527 | 77 | 23 |
| Binary | 1001111 | 10010 | 100011 | 0 | 1001101 | 111000 | 1000101 | 101010111 | 111111 | 10011 |
Color Harmonies of #4F1223
Complementary color
Monochromatic Colors of #4F1223
Black with #4F1223
Text Example
Text Example
White with #4F1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1223; }
p { color: rgb(79,18,35); }
H1.HeaderClassName
{
color: #4F1223;
}
.AnyTagClassName
{
color: #4F1223;
}
</style>
background-color css
<style>
a { background-color: #4F1223; }
a { background-color: rgb(79,18,35); }
div.DivClassName
{
background-color: #4F1223;
}
.BgClassName
{
background-color: #4F1223;
}
</style>
border-color css
<style>
span { border-color: #4F1223; }
span { border-color: rgb(79,18,35); }
td.TdClassName
{
border-color: #4F1223;
}
.TagClassName
{
border-color: #4F1223;
}
</style>