#882E53

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

Shades of Rose Bud Cherry #882E53

Tints of Rose Bud Cherry #882E53

Color information

#882E53 (or 0x882E53) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2E and 53. RGB value is (136,46,83). Sum of RGB (Red+Green+Blue) = 136+46+83=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #882E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E53 is #77D1AC. Grayscale: #4D4D4D. Windows color (decimal): -7852461 or 5451400. OLE color: 5451400.

HSL color Cylindrical-coordinate representation of color #882E53: hue angle of 335.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E53 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1364683-
CMYK00.660.390.47
HSL335.33º49.45%35.69%-
HSV(B)335.33º66.18%53.33%-
XYZ12.697.819.02-
YUV77.13131.32169.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=51.32%
G=17.36%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136468300.660.390.47335.3349.4535.69
Hex882E53042272F14f3124
Octal21056123010247575176144
Binary10001000101110101001101000010100111101111101001111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,46,83); }

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

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

 a { background-color: rgb(136,46,83); }

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

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

 span { border-color: rgb(136,46,83); }

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