Shades of Bordeaux #4F232C
Tints of Bordeaux #4F232C
RGB
CMYK
RGB Variations
Color information
#4F232C (or 0x4F232C) is known color: Bordeaux. HEX triplet: 4F, 23 and 2C. RGB value is (79,35,44). Sum of RGB (Red+Green+Blue) = 79+35+44=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232C is #B0DCD3. Grayscale: #313131. Windows color (decimal): -11590868 or 2892623. OLE color: 2892623.
HSL color Cylindrical-coordinate representation of color #4F232C: hue angle of 347.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F232C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 44 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.69 |
| HSL | 347.73º | 0.39% | 0.22% | - |
| HSV(B) | 347.73º | 0.56% | 0.31% | - |
| XYZ | 4.28 | 3.05 | 2.75 | - |
| YUV | 49.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 44 | 0 | 0.56 | 0.44 | 0.69 | 347.73 | 0.39 | 0.22 |
| Hex | 4F | 23 | 2C | 0 | 38 | 2C | 45 | 15C | 27 | 16 |
| Octal | 117 | 43 | 54 | 0 | 70 | 54 | 105 | 534 | 47 | 26 |
| Binary | 1001111 | 100011 | 101100 | 0 | 111000 | 101100 | 1000101 | 101011100 | 100111 | 10110 |
Color Harmonies of #4F232C
Complementary color
Monochromatic Colors of #4F232C
Black with #4F232C
Text Example
Text Example
White with #4F232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F232C; }
p { color: rgb(79,35,44); }
H1.HeaderClassName
{
color: #4F232C;
}
.AnyTagClassName
{
color: #4F232C;
}
</style>
background-color css
<style>
a { background-color: #4F232C; }
a { background-color: rgb(79,35,44); }
div.DivClassName
{
background-color: #4F232C;
}
.BgClassName
{
background-color: #4F232C;
}
</style>
border-color css
<style>
span { border-color: #4F232C; }
span { border-color: rgb(79,35,44); }
td.TdClassName
{
border-color: #4F232C;
}
.TagClassName
{
border-color: #4F232C;
}
</style>