Shades of Volcano #4E2529
Tints of Volcano #4E2529
RGB
CMYK
RGB Variations
Color information
#4E2529 (or 0x4E2529) is known color: Volcano. HEX triplet: 4E, 25 and 29. RGB value is (78,37,41). Sum of RGB (Red+Green+Blue) = 78+37+41=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2529 is #B1DAD6. Grayscale: #313131. Windows color (decimal): -11655895 or 2696526. OLE color: 2696526.
HSL color Cylindrical-coordinate representation of color #4E2529: hue angle of 354.15º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E2529 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 41 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.69 |
| HSL | 354.15º | 0.36% | 0.23% | - |
| HSV(B) | 354.15º | 0.53% | 0.31% | - |
| XYZ | 4.2 | 3.1 | 2.48 | - |
| YUV | 49.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 41 | 0 | 0.53 | 0.47 | 0.69 | 354.15 | 0.36 | 0.23 |
| Hex | 4E | 25 | 29 | 0 | 35 | 2F | 45 | 162 | 24 | 17 |
| Octal | 116 | 45 | 51 | 0 | 65 | 57 | 105 | 542 | 44 | 27 |
| Binary | 1001110 | 100101 | 101001 | 0 | 110101 | 101111 | 1000101 | 101100010 | 100100 | 10111 |
Color Harmonies of #4E2529
Complementary color
Monochromatic Colors of #4E2529
Black with #4E2529
Text Example
Text Example
White with #4E2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2529; }
p { color: rgb(78,37,41); }
H1.HeaderClassName
{
color: #4E2529;
}
.AnyTagClassName
{
color: #4E2529;
}
</style>
background-color css
<style>
a { background-color: #4E2529; }
a { background-color: rgb(78,37,41); }
div.DivClassName
{
background-color: #4E2529;
}
.BgClassName
{
background-color: #4E2529;
}
</style>
border-color css
<style>
span { border-color: #4E2529; }
span { border-color: rgb(78,37,41); }
td.TdClassName
{
border-color: #4E2529;
}
.TagClassName
{
border-color: #4E2529;
}
</style>