#87285F

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

Shades of Rose Bud Cherry #87285F

Tints of Rose Bud Cherry #87285F

Color information

#87285F (or 0x87285F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 28 and 5F. RGB value is (135,40,95). Sum of RGB (Red+Green+Blue) = 135+40+95=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87285F is #78D7A0. Grayscale: #4A4A4A. Windows color (decimal): -7919521 or 6236295. OLE color: 6236295.

HSL color Cylindrical-coordinate representation of color #87285F: hue angle of 325.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87285F is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1354095-
CMYK00.700.300.47
HSL325.26º54.29%34.31%-
HSV(B)325.26º70.37%52.94%-
XYZ12.827.4911.6-
YUV74.68139.47171.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=50%
G=14.81%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135409500.700.300.47325.2654.2934.31
Hex87285F0461E2F1453622
Octal20750137010636575056642
Binary1000011110100010111110100011011110101111101000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87285F; }

 p { color: rgb(135,40,95); }

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

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

 a { background-color: rgb(135,40,95); }

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

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

 span { border-color: rgb(135,40,95); }

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