Shades of Cherry Pie #36314D
Tints of Cherry Pie #36314D
RGB
CMYK
RGB Variations
Color information
#36314D (or 0x36314D) is known color: Cherry Pie. HEX triplet: 36, 31 and 4D. RGB value is (54,49,77). Sum of RGB (Red+Green+Blue) = 54+49+77=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #36314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36314D is #C9CEB2. Grayscale: #353535. Windows color (decimal): -13225651 or 5058870. OLE color: 5058870.
HSL color Cylindrical-coordinate representation of color #36314D: hue angle of 250.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36314D is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 49 | 77 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.70 |
| HSL | 250.71º | 0.22% | 0.25% | - |
| HSV(B) | 250.71º | 0.36% | 0.3% | - |
| XYZ | 3.96 | 3.52 | 7.49 | - |
| YUV | 53.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 77 | 0.30 | 0.36 | 0 | 0.70 | 250.71 | 0.22 | 0.25 |
| Hex | 36 | 31 | 4D | 1E | 24 | 0 | 46 | FB | 16 | 19 |
| Octal | 66 | 61 | 115 | 36 | 44 | 0 | 106 | 373 | 26 | 31 |
| Binary | 110110 | 110001 | 1001101 | 11110 | 100100 | 0 | 1000110 | 11111011 | 10110 | 11001 |
Color Harmonies of #36314D
Complementary color
Monochromatic Colors of #36314D
Black with #36314D
Text Example
Text Example
White with #36314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36314D; }
p { color: rgb(54,49,77); }
H1.HeaderClassName
{
color: #36314D;
}
.AnyTagClassName
{
color: #36314D;
}
</style>
background-color css
<style>
a { background-color: #36314D; }
a { background-color: rgb(54,49,77); }
div.DivClassName
{
background-color: #36314D;
}
.BgClassName
{
background-color: #36314D;
}
</style>
border-color css
<style>
span { border-color: #36314D; }
span { border-color: rgb(54,49,77); }
td.TdClassName
{
border-color: #36314D;
}
.TagClassName
{
border-color: #36314D;
}
</style>