#882355

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

Shades of Rose Bud Cherry #882355

Tints of Rose Bud Cherry #882355

Color information

#882355 (or 0x882355) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 23 and 55. RGB value is (136,35,85). Sum of RGB (Red+Green+Blue) = 136+35+85=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882355 is #77DCAA. Grayscale: #464646. Windows color (decimal): -7855275 or 5579656. OLE color: 5579656.

HSL color Cylindrical-coordinate representation of color #882355: hue angle of 330.3º degrees, saturation: 0.59, 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 #882355 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1363585-
CMYK00.740.380.47
HSL330.3º59.06%33.53%-
HSV(B)330.3º74.26%53.33%-
XYZ12.397.099.31-
YUV70.9135.96174.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=53.12%
G=13.67%
B=33.20%

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
Decimal136358500.740.380.47330.359.0633.53
Hex88235504A262F14a3b22
Octal21043125011246575127342
Binary10001000100011101010101001010100110101111101001010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882355; }

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

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

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

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

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

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

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

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