#87385A

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

Shades of Rose Bud Cherry #87385A

Tints of Rose Bud Cherry #87385A

Color information

#87385A (or 0x87385A) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 38 and 5A. RGB value is (135,56,90). Sum of RGB (Red+Green+Blue) = 135+56+90=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385A is #78C7A5. Grayscale: #535353. Windows color (decimal): -7915430 or 5912711. OLE color: 5912711.

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

Color convert

RGB1355690-
CMYK00.590.330.47
HSL334.18º41.36%37.45%-
HSV(B)334.18º58.52%52.94%-
XYZ13.258.7210.66-
YUV83.5131.67164.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=48.04%
G=19.93%
B=32.03%

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
Decimal135569000.590.330.47334.1841.3637.45
Hex87385A03B212F14e2925
Octal2077013207341575165145
Binary1000011111100010110100111011100001101111101001110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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