Shades of Cherry Pie #362F50
Tints of Cherry Pie #362F50
RGB
CMYK
RGB Variations
Color information
#362F50 (or 0x362F50) is known color: Cherry Pie. HEX triplet: 36, 2F and 50. RGB value is (54,47,80). Sum of RGB (Red+Green+Blue) = 54+47+80=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #362F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F50 is #C9D0AF. Grayscale: #343434. Windows color (decimal): -13226160 or 5254966. OLE color: 5254966.
HSL color Cylindrical-coordinate representation of color #362F50: hue angle of 252.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362F50 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 47 | 80 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.69 |
| HSL | 252.73º | 0.26% | 0.25% | - |
| HSV(B) | 252.73º | 0.41% | 0.31% | - |
| XYZ | 3.99 | 3.4 | 8.03 | - |
| YUV | 52.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 80 | 0.33 | 0.41 | 0 | 0.69 | 252.73 | 0.26 | 0.25 |
| Hex | 36 | 2F | 50 | 21 | 29 | 0 | 45 | FD | 1A | 19 |
| Octal | 66 | 57 | 120 | 41 | 51 | 0 | 105 | 375 | 32 | 31 |
| Binary | 110110 | 101111 | 1010000 | 100001 | 101001 | 0 | 1000101 | 11111101 | 11010 | 11001 |
Color Harmonies of #362F50
Complementary color
Monochromatic Colors of #362F50
Black with #362F50
Text Example
Text Example
White with #362F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F50; }
p { color: rgb(54,47,80); }
H1.HeaderClassName
{
color: #362F50;
}
.AnyTagClassName
{
color: #362F50;
}
</style>
background-color css
<style>
a { background-color: #362F50; }
a { background-color: rgb(54,47,80); }
div.DivClassName
{
background-color: #362F50;
}
.BgClassName
{
background-color: #362F50;
}
</style>
border-color css
<style>
span { border-color: #362F50; }
span { border-color: rgb(54,47,80); }
td.TdClassName
{
border-color: #362F50;
}
.TagClassName
{
border-color: #362F50;
}
</style>