Shades of Cherry Pie #36275A
Tints of Cherry Pie #36275A
RGB
CMYK
RGB Variations
Color information
#36275A (or 0x36275A) is known color: Cherry Pie. HEX triplet: 36, 27 and 5A. RGB value is (54,39,90). Sum of RGB (Red+Green+Blue) = 54+39+90=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #36275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36275A is #C9D8A5. Grayscale: #313131. Windows color (decimal): -13228198 or 5908278. OLE color: 5908278.
HSL color Cylindrical-coordinate representation of color #36275A: hue angle of 257.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36275A is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 39 | 90 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.65 |
| HSL | 257.65º | 0.4% | 0.25% | - |
| HSV(B) | 257.65º | 0.57% | 0.35% | - |
| XYZ | 4.09 | 2.97 | 10.03 | - |
| YUV | 49.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 90 | 0.40 | 0.57 | 0 | 0.65 | 257.65 | 0.4 | 0.25 |
| Hex | 36 | 27 | 5A | 28 | 39 | 0 | 41 | 102 | 28 | 19 |
| Octal | 66 | 47 | 132 | 50 | 71 | 0 | 101 | 402 | 50 | 31 |
| Binary | 110110 | 100111 | 1011010 | 101000 | 111001 | 0 | 1000001 | 100000010 | 101000 | 11001 |
Color Harmonies of #36275A
Complementary color
Monochromatic Colors of #36275A
Black with #36275A
Text Example
Text Example
White with #36275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36275A; }
p { color: rgb(54,39,90); }
H1.HeaderClassName
{
color: #36275A;
}
.AnyTagClassName
{
color: #36275A;
}
</style>
background-color css
<style>
a { background-color: #36275A; }
a { background-color: rgb(54,39,90); }
div.DivClassName
{
background-color: #36275A;
}
.BgClassName
{
background-color: #36275A;
}
</style>
border-color css
<style>
span { border-color: #36275A; }
span { border-color: rgb(54,39,90); }
td.TdClassName
{
border-color: #36275A;
}
.TagClassName
{
border-color: #36275A;
}
</style>