#883555

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

Shades of Rose Bud Cherry #883555

Tints of Rose Bud Cherry #883555

Color information

#883555 (or 0x883555) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 35 and 55. RGB value is (136,53,85). Sum of RGB (Red+Green+Blue) = 136+53+85=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #883555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883555 is #77CAAA. Grayscale: #515151. Windows color (decimal): -7850667 or 5584264. OLE color: 5584264.

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

Color convert

RGB1365385-
CMYK00.610.380.47
HSL336.87º43.92%37.06%-
HSV(B)336.87º61.03%53.33%-
XYZ13.078.449.53-
YUV81.46130166.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=49.64%
G=19.34%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136538500.610.380.47336.8743.9237.06
Hex88355503D262F1512c25
Octal2106512507546575215445
Binary1000100011010110101010111101100110101111101010001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883555; }

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

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

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

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

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

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

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

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