#362952

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

Shades of Cherry Pie #362952

Tints of Cherry Pie #362952

Color information

#362952 (or 0x362952) is unknown color: approx Cherry Pie. HEX triplet: 36, 29 and 52. RGB value is (54,41,82). Sum of RGB (Red+Green+Blue) = 54+41+82=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #362952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362952 is #C9D6AD. Grayscale: #313131. Windows color (decimal): -13227694 or 5384502. OLE color: 5384502.

HSL color Cylindrical-coordinate representation of color #362952: hue angle of 259.02º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362952 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB544182-
CMYK0.340.5000.68
HSL259.02º33.33%24.12%-
HSV(B)259.02º50%32.16%-
XYZ3.842.988.36-
YUV49.56146.31131.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=30.51%
G=23.16%
B=46.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5441820.340.5000.68259.0233.3324.12
Hex36295222320441032118
Octal6651122426201044034130
Binary11011010100110100101000101100100100010010000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362952; }

 p { color: rgb(54,41,82); }

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

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

 a { background-color: rgb(54,41,82); }

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

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

 span { border-color: rgb(54,41,82); }

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