#882A55

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

Shades of Rose Bud Cherry #882A55

Tints of Rose Bud Cherry #882A55

Color information

#882A55 (or 0x882A55) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2A and 55. RGB value is (136,42,85). Sum of RGB (Red+Green+Blue) = 136+42+85=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #882A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882A55 is #77D5AA. Grayscale: #4A4A4A. Windows color (decimal): -7853483 or 5581448. OLE color: 5581448.

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

Color convert

RGB1364285-
CMYK00.690.380.47
HSL332.55º52.81%34.9%-
HSV(B)332.55º69.12%53.33%-
XYZ12.627.559.39-
YUV75.01133.64171.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=51.71%
G=15.97%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136428500.690.380.47332.5552.8134.9
Hex882A55045262F14d3523
Octal21052125010546575156543
Binary10001000101010101010101000101100110101111101001101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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