#882760

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

Shades of Rose Bud Cherry #882760

Tints of Rose Bud Cherry #882760

Color information

#882760 (or 0x882760) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 27 and 60. RGB value is (136,39,96). Sum of RGB (Red+Green+Blue) = 136+39+96=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #882760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882760 is #77D89F. Grayscale: #4A4A4A. Windows color (decimal): -7854240 or 6301576. OLE color: 6301576.

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

Color convert

RGB1363996-
CMYK00.710.290.47
HSL324.74º55.43%34.31%-
HSV(B)324.74º71.32%53.33%-
XYZ12.997.5311.84-
YUV74.5140.14171.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=50.18%
G=14.39%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136399600.710.290.47324.7455.4334.31
Hex8827600471D2F1453722
Octal21047140010735575056742
Binary1000100010011111000000100011111101101111101000101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882760; }

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

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

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

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

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

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

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

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