Shades of Bordeaux #4F232A
Tints of Bordeaux #4F232A
RGB
CMYK
RGB Variations
Color information
#4F232A (or 0x4F232A) is known color: Bordeaux. HEX triplet: 4F, 23 and 2A. RGB value is (79,35,42). Sum of RGB (Red+Green+Blue) = 79+35+42=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232A is #B0DCD5. Grayscale: #303030. Windows color (decimal): -11590870 or 2761551. OLE color: 2761551.
HSL color Cylindrical-coordinate representation of color #4F232A: hue angle of 350.45º 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 #4F232A is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 42 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.69 |
| HSL | 350.45º | 0.39% | 0.22% | - |
| HSV(B) | 350.45º | 0.56% | 0.31% | - |
| XYZ | 4.24 | 3.03 | 2.55 | - |
| YUV | 48.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 42 | 0 | 0.56 | 0.47 | 0.69 | 350.45 | 0.39 | 0.22 |
| Hex | 4F | 23 | 2A | 0 | 38 | 2F | 45 | 15E | 27 | 16 |
| Octal | 117 | 43 | 52 | 0 | 70 | 57 | 105 | 536 | 47 | 26 |
| Binary | 1001111 | 100011 | 101010 | 0 | 111000 | 101111 | 1000101 | 101011110 | 100111 | 10110 |
Color Harmonies of #4F232A
Complementary color
Monochromatic Colors of #4F232A
Black with #4F232A
Text Example
Text Example
White with #4F232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F232A; }
p { color: rgb(79,35,42); }
H1.HeaderClassName
{
color: #4F232A;
}
.AnyTagClassName
{
color: #4F232A;
}
</style>
background-color css
<style>
a { background-color: #4F232A; }
a { background-color: rgb(79,35,42); }
div.DivClassName
{
background-color: #4F232A;
}
.BgClassName
{
background-color: #4F232A;
}
</style>
border-color css
<style>
span { border-color: #4F232A; }
span { border-color: rgb(79,35,42); }
td.TdClassName
{
border-color: #4F232A;
}
.TagClassName
{
border-color: #4F232A;
}
</style>