#882C61

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

Shades of Rose Bud Cherry #882C61

Tints of Rose Bud Cherry #882C61

Color information

#882C61 (or 0x882C61) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2C and 61. RGB value is (136,44,97). Sum of RGB (Red+Green+Blue) = 136+44+97=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #882C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C61 is #77D39E. Grayscale: #4D4D4D. Windows color (decimal): -7852959 or 6368392. OLE color: 6368392.

HSL color Cylindrical-coordinate representation of color #882C61: hue angle of 325.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C61 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1364497-
CMYK00.680.290.47
HSL325.43º51.11%35.29%-
HSV(B)325.43º67.65%53.33%-
XYZ13.217.912.14-
YUV77.55138.98169.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=49.10%
G=15.88%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136449700.680.290.47325.4351.1135.29
Hex882C610441D2F1453323
Octal21054141010435575056343
Binary1000100010110011000010100010011101101111101000101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882C61; }

 p { color: rgb(136,44,97); }

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

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

 a { background-color: rgb(136,44,97); }

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

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

 span { border-color: rgb(136,44,97); }

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