#87385D

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

Shades of Rose Bud Cherry #87385D

Tints of Rose Bud Cherry #87385D

Color information

#87385D (or 0x87385D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 38 and 5D. RGB value is (135,56,93). Sum of RGB (Red+Green+Blue) = 135+56+93=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385D is #78C7A2. Grayscale: #535353. Windows color (decimal): -7915427 or 6109319. OLE color: 6109319.

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

Color convert

RGB1355693-
CMYK00.590.310.47
HSL331.9º41.36%37.45%-
HSV(B)331.9º58.52%52.94%-
XYZ13.388.7711.34-
YUV83.84133.17164.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=47.54%
G=19.72%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135569300.590.310.47331.941.3637.45
Hex87385D03B1F2F14c2925
Octal2077013507337575145145
Binary100001111110001011101011101111111101111101001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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