#87255D

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

Shades of Rose Bud Cherry #87255D

Tints of Rose Bud Cherry #87255D

Color information

#87255D (or 0x87255D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 25 and 5D. RGB value is (135,37,93). Sum of RGB (Red+Green+Blue) = 135+37+93=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87255D is #78DAA2. Grayscale: #484848. Windows color (decimal): -7920291 or 6104455. OLE color: 6104455.

HSL color Cylindrical-coordinate representation of color #87255D: hue angle of 325.71º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87255D is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1353793-
CMYK00.730.310.47
HSL325.71º56.98%33.73%-
HSV(B)325.71º72.59%52.94%-
XYZ12.637.2611.09-
YUV72.69139.47172.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=50.94%
G=13.96%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135379300.730.310.47325.7156.9833.73
Hex87255D0491F2F1463922
Octal20745135011137575067142
Binary1000011110010110111010100100111111101111101000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87255D; }

 p { color: rgb(135,37,93); }

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

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

 a { background-color: rgb(135,37,93); }

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

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

 span { border-color: rgb(135,37,93); }

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