#882455

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

Shades of Rose Bud Cherry #882455

Tints of Rose Bud Cherry #882455

Color information

#882455 (or 0x882455) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 24 and 55. RGB value is (136,36,85). Sum of RGB (Red+Green+Blue) = 136+36+85=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #882455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882455 is #77DBAA. Grayscale: #474747. Windows color (decimal): -7855019 or 5579912. OLE color: 5579912.

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

Color convert

RGB1363685-
CMYK00.740.380.47
HSL330.6º58.14%33.73%-
HSV(B)330.6º73.53%53.33%-
XYZ12.427.159.32-
YUV71.49135.63174.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=52.92%
G=14.01%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136368500.740.380.47330.658.1433.73
Hex88245504A262F14b3a22
Octal21044125011246575137242
Binary10001000100100101010101001010100110101111101001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882455; }

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

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

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

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

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

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

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

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