#87395F

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

Shades of Rose Bud Cherry #87395F

Tints of Rose Bud Cherry #87395F

Color information

#87395F (or 0x87395F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 39 and 5F. RGB value is (135,57,95). Sum of RGB (Red+Green+Blue) = 135+57+95=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #87395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87395F is #78C6A0. Grayscale: #545454. Windows color (decimal): -7915169 or 6240647. OLE color: 6240647.

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

Color convert

RGB1355795-
CMYK00.580.300.47
HSL330.77º40.63%37.65%-
HSV(B)330.77º57.78%52.94%-
XYZ13.528.911.83-
YUV84.65133.84163.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=47.04%
G=19.86%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135579500.580.300.47330.7740.6337.65
Hex87395F03A1E2F14b2926
Octal2077113707236575135146
Binary100001111110011011111011101011110101111101001011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87395F; }

 p { color: rgb(135,57,95); }

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

<style>
 a { background-color: #87395F; }

 a { background-color: rgb(135,57,95); }

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

<style>
 span { border-color: #87395F; }

 span { border-color: rgb(135,57,95); }

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