#362855

Color #362855 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #362855

Tints of Cherry Pie #362855

Color information

#362855 (or 0x362855) is unknown color: approx Cherry Pie. HEX triplet: 36, 28 and 55. RGB value is (54,40,85). Sum of RGB (Red+Green+Blue) = 54+40+85=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #362855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362855 is #C9D7AA. Grayscale: #313131. Windows color (decimal): -13227947 or 5580854. OLE color: 5580854.

HSL color Cylindrical-coordinate representation of color #362855: hue angle of 258.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #362855 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB544085-
CMYK0.360.5300.67
HSL258.67º36%24.51%-
HSV(B)258.67º52.94%33.33%-
XYZ3.922.968.96-
YUV49.32148.14131.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=30.17%
G=22.35%
B=47.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5440850.360.5300.67258.673624.51
Hex36285524350431032419
Octal6650125446501034034431
Binary11011010100010101011001001101010100001110000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362855; }

 p { color: rgb(54,40,85); }

 H1.HeaderClassName
 {
   color: #362855;
 }
 .AnyTagClassName
 {
   color: #362855;
 }
</style>
background-color css

<style>
 a { background-color: #362855; }

 a { background-color: rgb(54,40,85); }

 div.DivClassName
 {
   background-color: #362855;
 }
 .BgClassName
 {
   background-color: #362855;
 }
</style>
border-color css

<style>
 span { border-color: #362855; }

 span { border-color: rgb(54,40,85); }

 td.TdClassName
 {
   border-color: #362855;
 }
 .TagClassName
 {
   border-color: #362855;
 }
</style>