#87385B

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

Shades of Rose Bud Cherry #87385B

Tints of Rose Bud Cherry #87385B

Color information

#87385B (or 0x87385B) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 38 and 5B. RGB value is (135,56,91). Sum of RGB (Red+Green+Blue) = 135+56+91=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385B is #78C7A4. Grayscale: #535353. Windows color (decimal): -7915429 or 5978247. OLE color: 5978247.

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

Color convert

RGB1355691-
CMYK00.590.330.47
HSL333.42º41.36%37.45%-
HSV(B)333.42º58.52%52.94%-
XYZ13.298.7310.88-
YUV83.61132.17164.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=47.87%
G=19.86%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135569100.590.330.47333.4241.3637.45
Hex87385B03B212F14d2925
Octal2077013307341575155145
Binary1000011111100010110110111011100001101111101001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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