#882B60

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

Shades of Rose Bud Cherry #882B60

Tints of Rose Bud Cherry #882B60

Color information

#882B60 (or 0x882B60) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2B and 60. RGB value is (136,43,96). Sum of RGB (Red+Green+Blue) = 136+43+96=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B60 is #77D49F. Grayscale: #4C4C4C. Windows color (decimal): -7853216 or 6302600. OLE color: 6302600.

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

Color convert

RGB1364396-
CMYK00.680.290.47
HSL325.81º51.96%35.1%-
HSV(B)325.81º68.38%53.33%-
XYZ13.137.8111.88-
YUV76.85138.81170.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=49.45%
G=15.64%
B=34.91%

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
Decimal136439600.680.290.47325.8151.9635.1
Hex882B600441D2F1463423
Octal21053140010435575066443
Binary1000100010101111000000100010011101101111101000110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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