#87205A

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

Shades of Rose Bud Cherry #87205A

Tints of Rose Bud Cherry #87205A

Color information

#87205A (or 0x87205A) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 20 and 5A. RGB value is (135,32,90). Sum of RGB (Red+Green+Blue) = 135+32+90=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #87205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87205A is #78DFA5. Grayscale: #454545. Windows color (decimal): -7921574 or 5906567. OLE color: 5906567.

HSL color Cylindrical-coordinate representation of color #87205A: hue angle of 326.21º 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 #87205A is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1353290-
CMYK00.760.330.47
HSL326.21º61.68%32.75%-
HSV(B)326.21º76.3%52.94%-
XYZ12.356.9210.36-
YUV69.41139.62174.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=52.53%
G=12.45%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135329000.760.330.47326.2161.6832.75
Hex87205A04C212F1463e21
Octal20740132011441575067641
Binary10000111100000101101001001100100001101111101000110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87205A; }

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

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

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

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

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

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

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

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