Shades of Volcano #4D2526
Tints of Volcano #4D2526
RGB
CMYK
RGB Variations
Color information
#4D2526 (or 0x4D2526) is known color: Volcano. HEX triplet: 4D, 25 and 26. RGB value is (77,37,38). Sum of RGB (Red+Green+Blue) = 77+37+38=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2526 is #B2DAD9. Grayscale: #313131. Windows color (decimal): -11721434 or 2499917. OLE color: 2499917.
HSL color Cylindrical-coordinate representation of color #4D2526: hue angle of 358.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2526 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 38 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.70 |
| HSL | 358.5º | 0.35% | 0.22% | - |
| HSV(B) | 358.5º | 0.52% | 0.3% | - |
| XYZ | 4.07 | 3.04 | 2.21 | - |
| YUV | 49.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 38 | 0 | 0.52 | 0.51 | 0.70 | 358.5 | 0.35 | 0.22 |
| Hex | 4D | 25 | 26 | 0 | 34 | 33 | 46 | 166 | 23 | 16 |
| Octal | 115 | 45 | 46 | 0 | 64 | 63 | 106 | 546 | 43 | 26 |
| Binary | 1001101 | 100101 | 100110 | 0 | 110100 | 110011 | 1000110 | 101100110 | 100011 | 10110 |
Color Harmonies of #4D2526
Complementary color
Monochromatic Colors of #4D2526
Black with #4D2526
Text Example
Text Example
White with #4D2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2526; }
p { color: rgb(77,37,38); }
H1.HeaderClassName
{
color: #4D2526;
}
.AnyTagClassName
{
color: #4D2526;
}
</style>
background-color css
<style>
a { background-color: #4D2526; }
a { background-color: rgb(77,37,38); }
div.DivClassName
{
background-color: #4D2526;
}
.BgClassName
{
background-color: #4D2526;
}
</style>
border-color css
<style>
span { border-color: #4D2526; }
span { border-color: rgb(77,37,38); }
td.TdClassName
{
border-color: #4D2526;
}
.TagClassName
{
border-color: #4D2526;
}
</style>