Shades of Volcano #4D2527
Tints of Volcano #4D2527
RGB
CMYK
RGB Variations
Color information
#4D2527 (or 0x4D2527) is known color: Volcano. HEX triplet: 4D, 25 and 27. RGB value is (77,37,39). Sum of RGB (Red+Green+Blue) = 77+37+39=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2527 is #B2DAD8. Grayscale: #313131. Windows color (decimal): -11721433 or 2565453. OLE color: 2565453.
HSL color Cylindrical-coordinate representation of color #4D2527: hue angle of 357º 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 #4D2527 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 39 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.70 |
| HSL | 357º | 0.35% | 0.22% | - |
| HSV(B) | 357º | 0.52% | 0.3% | - |
| XYZ | 4.09 | 3.05 | 2.29 | - |
| YUV | 49.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 39 | 0 | 0.52 | 0.49 | 0.70 | 357 | 0.35 | 0.22 |
| Hex | 4D | 25 | 27 | 0 | 34 | 31 | 46 | 165 | 23 | 16 |
| Octal | 115 | 45 | 47 | 0 | 64 | 61 | 106 | 545 | 43 | 26 |
| Binary | 1001101 | 100101 | 100111 | 0 | 110100 | 110001 | 1000110 | 101100101 | 100011 | 10110 |
Color Harmonies of #4D2527
Complementary color
Monochromatic Colors of #4D2527
Black with #4D2527
Text Example
Text Example
White with #4D2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2527; }
p { color: rgb(77,37,39); }
H1.HeaderClassName
{
color: #4D2527;
}
.AnyTagClassName
{
color: #4D2527;
}
</style>
background-color css
<style>
a { background-color: #4D2527; }
a { background-color: rgb(77,37,39); }
div.DivClassName
{
background-color: #4D2527;
}
.BgClassName
{
background-color: #4D2527;
}
</style>
border-color css
<style>
span { border-color: #4D2527; }
span { border-color: rgb(77,37,39); }
td.TdClassName
{
border-color: #4D2527;
}
.TagClassName
{
border-color: #4D2527;
}
</style>