#87204e

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

Shades of Rose Bud Cherry #87204E

Tints of Rose Bud Cherry #87204E

Color information

#87204E (or 0x87204E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 20 and 4E. RGB value is (135,32,78). Sum of RGB (Red+Green+Blue) = 135+32+78=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87204E is #78DFB1. Grayscale: #434343. Windows color (decimal): -7921586 or 5120135. OLE color: 5120135.

HSL color Cylindrical-coordinate representation of color #87204E: hue angle of 333.2º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87204E is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1353278-
CMYK00.760.420.47
HSL333.2º61.68%32.75%-
HSV(B)333.2º76.3%52.94%-
XYZ11.886.737.88-
YUV68.04133.62175.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=55.10%
G=13.06%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135327800.760.420.47333.261.6832.75
Hex87204E04C2A2F14d3e21
Octal20740116011452575157641
Binary10000111100000100111001001100101010101111101001101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87204e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87204e; }

 p { color: rgb(135,32,78); }

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

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

 a { background-color: rgb(135,32,78); }

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

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

 span { border-color: rgb(135,32,78); }

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