Shades of Volcano #4F2729
Tints of Volcano #4F2729
RGB
CMYK
RGB Variations
Color information
#4F2729 (or 0x4F2729) is known color: Volcano. HEX triplet: 4F, 27 and 29. RGB value is (79,39,41). Sum of RGB (Red+Green+Blue) = 79+39+41=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2729 is #B0D8D6. Grayscale: #333333. Windows color (decimal): -11589847 or 2697039. OLE color: 2697039.
HSL color Cylindrical-coordinate representation of color #4F2729: hue angle of 357º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F2729 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 41 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.69 |
| HSL | 357º | 0.34% | 0.23% | - |
| HSV(B) | 357º | 0.51% | 0.31% | - |
| XYZ | 4.35 | 3.27 | 2.5 | - |
| YUV | 51.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 41 | 0 | 0.51 | 0.48 | 0.69 | 357 | 0.34 | 0.23 |
| Hex | 4F | 27 | 29 | 0 | 33 | 30 | 45 | 165 | 22 | 17 |
| Octal | 117 | 47 | 51 | 0 | 63 | 60 | 105 | 545 | 42 | 27 |
| Binary | 1001111 | 100111 | 101001 | 0 | 110011 | 110000 | 1000101 | 101100101 | 100010 | 10111 |
Color Harmonies of #4F2729
Complementary color
Monochromatic Colors of #4F2729
Black with #4F2729
Text Example
Text Example
White with #4F2729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2729; }
p { color: rgb(79,39,41); }
H1.HeaderClassName
{
color: #4F2729;
}
.AnyTagClassName
{
color: #4F2729;
}
</style>
background-color css
<style>
a { background-color: #4F2729; }
a { background-color: rgb(79,39,41); }
div.DivClassName
{
background-color: #4F2729;
}
.BgClassName
{
background-color: #4F2729;
}
</style>
border-color css
<style>
span { border-color: #4F2729; }
span { border-color: rgb(79,39,41); }
td.TdClassName
{
border-color: #4F2729;
}
.TagClassName
{
border-color: #4F2729;
}
</style>