Shades of Bordeaux #4F1626
Tints of Bordeaux #4F1626
RGB
CMYK
RGB Variations
Color information
#4F1626 (or 0x4F1626) is known color: Bordeaux. HEX triplet: 4F, 16 and 26. RGB value is (79,22,38). Sum of RGB (Red+Green+Blue) = 79+22+38=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1626 is #B0E9D9. Grayscale: #282828. Windows color (decimal): -11594202 or 2496079. OLE color: 2496079.
HSL color Cylindrical-coordinate representation of color #4F1626: hue angle of 343.16º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1626 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 38 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.69 |
| HSL | 343.16º | 0.56% | 0.2% | - |
| HSV(B) | 343.16º | 0.72% | 0.31% | - |
| XYZ | 3.86 | 2.38 | 2.09 | - |
| YUV | 40.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 38 | 0 | 0.72 | 0.52 | 0.69 | 343.16 | 0.56 | 0.2 |
| Hex | 4F | 16 | 26 | 0 | 48 | 34 | 45 | 157 | 38 | 14 |
| Octal | 117 | 26 | 46 | 0 | 110 | 64 | 105 | 527 | 70 | 24 |
| Binary | 1001111 | 10110 | 100110 | 0 | 1001000 | 110100 | 1000101 | 101010111 | 111000 | 10100 |
Color Harmonies of #4F1626
Complementary color
Monochromatic Colors of #4F1626
Black with #4F1626
Text Example
Text Example
White with #4F1626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1626; }
p { color: rgb(79,22,38); }
H1.HeaderClassName
{
color: #4F1626;
}
.AnyTagClassName
{
color: #4F1626;
}
</style>
background-color css
<style>
a { background-color: #4F1626; }
a { background-color: rgb(79,22,38); }
div.DivClassName
{
background-color: #4F1626;
}
.BgClassName
{
background-color: #4F1626;
}
</style>
border-color css
<style>
span { border-color: #4F1626; }
span { border-color: rgb(79,22,38); }
td.TdClassName
{
border-color: #4F1626;
}
.TagClassName
{
border-color: #4F1626;
}
</style>