#882755

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

Shades of Rose Bud Cherry #882755

Tints of Rose Bud Cherry #882755

Color information

#882755 (or 0x882755) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 27 and 55. RGB value is (136,39,85). Sum of RGB (Red+Green+Blue) = 136+39+85=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882755 is #77D8AA. Grayscale: #494949. Windows color (decimal): -7854251 or 5580680. OLE color: 5580680.

HSL color Cylindrical-coordinate representation of color #882755: hue angle of 331.55º 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 #882755 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1363985-
CMYK00.710.380.47
HSL331.55º55.43%34.31%-
HSV(B)331.55º71.32%53.33%-
XYZ12.527.349.35-
YUV73.25134.64172.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=52.31%
G=15%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136398500.710.380.47331.5555.4334.31
Hex882755047262F14c3722
Octal21047125010746575146742
Binary10001000100111101010101000111100110101111101001100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882755; }

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

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

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

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

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

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

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

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