Shades of Volcano #4D2425
Tints of Volcano #4D2425
RGB
CMYK
RGB Variations
Color information
#4D2425 (or 0x4D2425) is known color: Volcano. HEX triplet: 4D, 24 and 25. RGB value is (77,36,37). Sum of RGB (Red+Green+Blue) = 77+36+37=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2425 is #B2DBDA. Grayscale: #303030. Windows color (decimal): -11721691 or 2434125. OLE color: 2434125.
HSL color Cylindrical-coordinate representation of color #4D2425: hue angle of 358.54º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2425 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 37 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.70 |
| HSL | 358.54º | 0.36% | 0.22% | - |
| HSV(B) | 358.54º | 0.53% | 0.3% | - |
| XYZ | 4.03 | 2.97 | 2.11 | - |
| YUV | 48.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 37 | 0 | 0.53 | 0.52 | 0.70 | 358.54 | 0.36 | 0.22 |
| Hex | 4D | 24 | 25 | 0 | 35 | 34 | 46 | 167 | 24 | 16 |
| Octal | 115 | 44 | 45 | 0 | 65 | 64 | 106 | 547 | 44 | 26 |
| Binary | 1001101 | 100100 | 100101 | 0 | 110101 | 110100 | 1000110 | 101100111 | 100100 | 10110 |
Color Harmonies of #4D2425
Complementary color
Monochromatic Colors of #4D2425
Black with #4D2425
Text Example
Text Example
White with #4D2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2425; }
p { color: rgb(77,36,37); }
H1.HeaderClassName
{
color: #4D2425;
}
.AnyTagClassName
{
color: #4D2425;
}
</style>
background-color css
<style>
a { background-color: #4D2425; }
a { background-color: rgb(77,36,37); }
div.DivClassName
{
background-color: #4D2425;
}
.BgClassName
{
background-color: #4D2425;
}
</style>
border-color css
<style>
span { border-color: #4D2425; }
span { border-color: rgb(77,36,37); }
td.TdClassName
{
border-color: #4D2425;
}
.TagClassName
{
border-color: #4D2425;
}
</style>