#87365E

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

Shades of Rose Bud Cherry #87365E

Tints of Rose Bud Cherry #87365E

Color information

#87365E (or 0x87365E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 36 and 5E. RGB value is (135,54,94). Sum of RGB (Red+Green+Blue) = 135+54+94=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87365E is #78C9A1. Grayscale: #525252. Windows color (decimal): -7915938 or 6174343. OLE color: 6174343.

HSL color Cylindrical-coordinate representation of color #87365E: hue angle of 330.37º 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 #87365E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1355494-
CMYK00.600.300.47
HSL330.37º42.86%37.06%-
HSV(B)330.37º60%52.94%-
XYZ13.338.611.55-
YUV82.78134.34165.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=47.70%
G=19.08%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135549400.600.300.47330.3742.8637.06
Hex87365E03C1E2F14a2b25
Octal2076613607436575125345
Binary100001111101101011110011110011110101111101001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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