#87325e

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

Shades of Rose Bud Cherry #87325E

Tints of Rose Bud Cherry #87325E

Color information

#87325E (or 0x87325E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 32 and 5E. RGB value is (135,50,94). Sum of RGB (Red+Green+Blue) = 135+50+94=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87325E is #78CDA1. Grayscale: #505050. Windows color (decimal): -7916962 or 6173319. OLE color: 6173319.

HSL color Cylindrical-coordinate representation of color #87325E: hue angle of 328.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87325E is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1355094-
CMYK00.630.300.47
HSL328.94º45.95%36.27%-
HSV(B)328.94º62.96%52.94%-
XYZ13.158.2411.49-
YUV80.43135.66166.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=48.39%
G=17.92%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135509400.630.300.47328.9445.9536.27
Hex87325E03F1E2F1492e24
Octal2076213607736575115644
Binary100001111100101011110011111111110101111101001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87325e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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