#87365D

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

Shades of Rose Bud Cherry #87365D

Tints of Rose Bud Cherry #87365D

Color information

#87365D (or 0x87365D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 36 and 5D. RGB value is (135,54,93). Sum of RGB (Red+Green+Blue) = 135+54+93=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87365D is #78C9A2. Grayscale: #525252. Windows color (decimal): -7915939 or 6108807. OLE color: 6108807.

HSL color Cylindrical-coordinate representation of color #87365D: hue angle of 331.11º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87365D is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1355493-
CMYK00.600.310.47
HSL331.11º42.86%37.06%-
HSV(B)331.11º60%52.94%-
XYZ13.298.5811.31-
YUV82.66133.84165.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=47.87%
G=19.15%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135549300.600.310.47331.1142.8637.06
Hex87365D03C1F2F14b2b25
Octal2076613507437575135345
Binary100001111101101011101011110011111101111101001011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87365D; }

 p { color: rgb(135,54,93); }

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

<style>
 a { background-color: #87365D; }

 a { background-color: rgb(135,54,93); }

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

<style>
 span { border-color: #87365D; }

 span { border-color: rgb(135,54,93); }

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