#882764

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

Shades of Rose Bud Cherry #882764

Tints of Rose Bud Cherry #882764

Color information

#882764 (or 0x882764) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 27 and 64. RGB value is (136,39,100). Sum of RGB (Red+Green+Blue) = 136+39+100=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882764 is #77D89B. Grayscale: #4A4A4A. Windows color (decimal): -7854236 or 6563720. OLE color: 6563720.

HSL color Cylindrical-coordinate representation of color #882764: hue angle of 322.27º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882764 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13639100-
CMYK00.710.260.47
HSL322.27º55.43%34.31%-
HSV(B)322.27º71.32%53.33%-
XYZ13.187.6112.83-
YUV74.96142.14171.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=49.45%
G=14.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363910000.710.260.47322.2755.4334.31
Hex8827640471A2F1423722
Octal21047144010732575026742
Binary1000100010011111001000100011111010101111101000010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882764; }

 p { color: rgb(136,39,100); }

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

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

 a { background-color: rgb(136,39,100); }

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

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

 span { border-color: rgb(136,39,100); }

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