#87355D

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

Shades of Rose Bud Cherry #87355D

Tints of Rose Bud Cherry #87355D

Color information

#87355D (or 0x87355D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 35 and 5D. RGB value is (135,53,93). Sum of RGB (Red+Green+Blue) = 135+53+93=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87355D is #78CAA2. Grayscale: #525252. Windows color (decimal): -7916195 or 6108551. OLE color: 6108551.

HSL color Cylindrical-coordinate representation of color #87355D: hue angle of 330.73º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87355D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1355393-
CMYK00.610.310.47
HSL330.73º43.62%36.86%-
HSV(B)330.73º60.74%52.94%-
XYZ13.248.4911.3-
YUV82.08134.17165.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=48.04%
G=18.86%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135539300.610.310.47330.7343.6236.86
Hex87355D03D1F2F14b2c25
Octal2076513507537575135445
Binary100001111101011011101011110111111101111101001011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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