#362750

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

Shades of Cherry Pie #362750

Tints of Cherry Pie #362750

Color information

#362750 (or 0x362750) is unknown color: approx Cherry Pie. HEX triplet: 36, 27 and 50. RGB value is (54,39,80). Sum of RGB (Red+Green+Blue) = 54+39+80=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #362750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362750 is #C9D8AF. Grayscale: #303030. Windows color (decimal): -13228208 or 5252918. OLE color: 5252918.

HSL color Cylindrical-coordinate representation of color #362750: hue angle of 261.95º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #362750 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB543980-
CMYK0.330.5100.69
HSL261.95º34.45%23.33%-
HSV(B)261.95º51.25%31.37%-
XYZ3.692.817.94-
YUV48.16145.97132.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=31.21%
G=22.54%
B=46.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5439800.330.5100.69261.9534.4523.33
Hex36275021330451062217
Octal6647120416301054064227
Binary11011010011110100001000011100110100010110000011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362750; }

 p { color: rgb(54,39,80); }

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

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

 a { background-color: rgb(54,39,80); }

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

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

 span { border-color: rgb(54,39,80); }

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