#882255

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

Shades of Rose Bud Cherry #882255

Tints of Rose Bud Cherry #882255

Color information

#882255 (or 0x882255) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 55. RGB value is (136,34,85). Sum of RGB (Red+Green+Blue) = 136+34+85=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #882255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882255 is #77DDAA. Grayscale: #464646. Windows color (decimal): -7855531 or 5579400. OLE color: 5579400.

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

Color convert

RGB1363485-
CMYK00.750.380.47
HSL330º60%33.33%-
HSV(B)330º75%53.33%-
XYZ12.377.039.3-
YUV70.31136.29174.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136348500.750.380.473306033.33
Hex88225504B262F14a3c21
Octal21042125011346575127441
Binary10001000100010101010101001011100110101111101001010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882255; }

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

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

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

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

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

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

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

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