#882C56

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

Shades of Rose Bud Cherry #882C56

Tints of Rose Bud Cherry #882C56

Color information

#882C56 (or 0x882C56) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2C and 56. RGB value is (136,44,86). Sum of RGB (Red+Green+Blue) = 136+44+86=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #882C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C56 is #77D3A9. Grayscale: #4C4C4C. Windows color (decimal): -7852970 or 5647496. OLE color: 5647496.

HSL color Cylindrical-coordinate representation of color #882C56: hue angle of 332.61º 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 #882C56 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1364486-
CMYK00.680.370.47
HSL332.61º51.11%35.29%-
HSV(B)332.61º67.65%53.33%-
XYZ12.737.719.62-
YUV76.3133.48170.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=51.13%
G=16.54%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136448600.680.370.47332.6151.1135.29
Hex882C56044252F14d3323
Octal21054126010445575156343
Binary10001000101100101011001000100100101101111101001101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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