#36275A

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

Shades of Cherry Pie #36275A

Tints of Cherry Pie #36275A

Color information

#36275A (or 0x36275A) is unknown color: approx Cherry Pie. HEX triplet: 36, 27 and 5A. RGB value is (54,39,90). Sum of RGB (Red+Green+Blue) = 54+39+90=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #36275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36275A is #C9D8A5. Grayscale: #313131. Windows color (decimal): -13228198 or 5908278. OLE color: 5908278.

HSL color Cylindrical-coordinate representation of color #36275A: hue angle of 257.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36275A is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB543990-
CMYK0.400.5700.65
HSL257.65º39.53%25.29%-
HSV(B)257.65º56.67%35.29%-
XYZ4.092.9710.03-
YUV49.3150.97131.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=29.51%
G=21.31%
B=49.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5439900.400.5700.65257.6539.5325.29
Hex36275A28390411022819
Octal6647132507101014025031
Binary11011010011110110101010001110010100000110000001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36275A; }

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

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

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

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

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

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

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

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