#87395D

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

Shades of Rose Bud Cherry #87395D

Tints of Rose Bud Cherry #87395D

Color information

#87395D (or 0x87395D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 39 and 5D. RGB value is (135,57,93). Sum of RGB (Red+Green+Blue) = 135+57+93=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87395D is #78C6A2. Grayscale: #545454. Windows color (decimal): -7915171 or 6109575. OLE color: 6109575.

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

Color convert

RGB1355793-
CMYK00.580.310.47
HSL332.31º40.63%37.65%-
HSV(B)332.31º57.78%52.94%-
XYZ13.438.8711.36-
YUV84.43132.84164.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=47.37%
G=20%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135579300.580.310.47332.3140.6337.65
Hex87395D03A1F2F14c2926
Octal2077113507237575145146
Binary100001111110011011101011101011111101111101001100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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