Shades of Cherry Pie #362B51
Tints of Cherry Pie #362B51
RGB
CMYK
RGB Variations
Color information
#362B51 (or 0x362B51) is known color: Cherry Pie. HEX triplet: 36, 2B and 51. RGB value is (54,43,81). Sum of RGB (Red+Green+Blue) = 54+43+81=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #362B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B51 is #C9D4AE. Grayscale: #323232. Windows color (decimal): -13227183 or 5319478. OLE color: 5319478.
HSL color Cylindrical-coordinate representation of color #362B51: hue angle of 257.37º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #362B51 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 43 | 81 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.68 |
| HSL | 257.37º | 0.31% | 0.24% | - |
| HSV(B) | 257.37º | 0.47% | 0.32% | - |
| XYZ | 3.87 | 3.11 | 8.18 | - |
| YUV | 50.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 81 | 0.33 | 0.47 | 0 | 0.68 | 257.37 | 0.31 | 0.24 |
| Hex | 36 | 2B | 51 | 21 | 2F | 0 | 44 | 101 | 1F | 18 |
| Octal | 66 | 53 | 121 | 41 | 57 | 0 | 104 | 401 | 37 | 30 |
| Binary | 110110 | 101011 | 1010001 | 100001 | 101111 | 0 | 1000100 | 100000001 | 11111 | 11000 |
Color Harmonies of #362B51
Complementary color
Monochromatic Colors of #362B51
Black with #362B51
Text Example
Text Example
White with #362B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B51; }
p { color: rgb(54,43,81); }
H1.HeaderClassName
{
color: #362B51;
}
.AnyTagClassName
{
color: #362B51;
}
</style>
background-color css
<style>
a { background-color: #362B51; }
a { background-color: rgb(54,43,81); }
div.DivClassName
{
background-color: #362B51;
}
.BgClassName
{
background-color: #362B51;
}
</style>
border-color css
<style>
span { border-color: #362B51; }
span { border-color: rgb(54,43,81); }
td.TdClassName
{
border-color: #362B51;
}
.TagClassName
{
border-color: #362B51;
}
</style>