#87385E

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

Shades of Rose Bud Cherry #87385E

Tints of Rose Bud Cherry #87385E

Color information

#87385E (or 0x87385E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 38 and 5E. RGB value is (135,56,94). Sum of RGB (Red+Green+Blue) = 135+56+94=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385E is #78C7A1. Grayscale: #535353. Windows color (decimal): -7915426 or 6174855. OLE color: 6174855.

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

Color convert

RGB1355694-
CMYK00.590.300.47
HSL331.14º41.36%37.45%-
HSV(B)331.14º58.52%52.94%-
XYZ13.438.7911.58-
YUV83.95133.67164.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=47.37%
G=19.65%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135569400.590.300.47331.1441.3637.45
Hex87385E03B1E2F14b2925
Octal2077013607336575135145
Binary100001111110001011110011101111110101111101001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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