Shades of Bordeaux #4F1023
Tints of Bordeaux #4F1023
RGB
CMYK
RGB Variations
Color information
#4F1023 (or 0x4F1023) is known color: Bordeaux. HEX triplet: 4F, 10 and 23. RGB value is (79,16,35). Sum of RGB (Red+Green+Blue) = 79+16+35=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1023 is #B0EFDC. Grayscale: #242424. Windows color (decimal): -11595741 or 2297935. OLE color: 2297935.
HSL color Cylindrical-coordinate representation of color #4F1023: hue angle of 341.9º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1023 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 35 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.69 |
| HSL | 341.9º | 0.66% | 0.19% | - |
| HSV(B) | 341.9º | 0.8% | 0.31% | - |
| XYZ | 3.71 | 2.15 | 1.81 | - |
| YUV | 37 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 35 | 0 | 0.80 | 0.56 | 0.69 | 341.9 | 0.66 | 0.19 |
| Hex | 4F | 10 | 23 | 0 | 50 | 38 | 45 | 156 | 42 | 13 |
| Octal | 117 | 20 | 43 | 0 | 120 | 70 | 105 | 526 | 102 | 23 |
| Binary | 1001111 | 10000 | 100011 | 0 | 1010000 | 111000 | 1000101 | 101010110 | 1000010 | 10011 |
Color Harmonies of #4F1023
Complementary color
Monochromatic Colors of #4F1023
Black with #4F1023
Text Example
Text Example
White with #4F1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1023; }
p { color: rgb(79,16,35); }
H1.HeaderClassName
{
color: #4F1023;
}
.AnyTagClassName
{
color: #4F1023;
}
</style>
background-color css
<style>
a { background-color: #4F1023; }
a { background-color: rgb(79,16,35); }
div.DivClassName
{
background-color: #4F1023;
}
.BgClassName
{
background-color: #4F1023;
}
</style>
border-color css
<style>
span { border-color: #4F1023; }
span { border-color: rgb(79,16,35); }
td.TdClassName
{
border-color: #4F1023;
}
.TagClassName
{
border-color: #4F1023;
}
</style>