#87255E

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

Shades of Rose Bud Cherry #87255E

Tints of Rose Bud Cherry #87255E

Color information

#87255E (or 0x87255E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 25 and 5E. RGB value is (135,37,94). Sum of RGB (Red+Green+Blue) = 135+37+94=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87255E is #78DAA1. Grayscale: #484848. Windows color (decimal): -7920290 or 6169991. OLE color: 6169991.

HSL color Cylindrical-coordinate representation of color #87255E: hue angle of 325.1º 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 #87255E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1353794-
CMYK00.730.300.47
HSL325.1º56.98%33.73%-
HSV(B)325.1º72.59%52.94%-
XYZ12.677.2811.33-
YUV72.8139.97172.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=50.75%
G=13.91%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135379400.730.300.47325.156.9833.73
Hex87255E0491E2F1453922
Octal20745136011136575057142
Binary1000011110010110111100100100111110101111101000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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