#87385C

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

Shades of Rose Bud Cherry #87385C

Tints of Rose Bud Cherry #87385C

Color information

#87385C (or 0x87385C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 38 and 5C. RGB value is (135,56,92). Sum of RGB (Red+Green+Blue) = 135+56+92=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385C is #78C7A3. Grayscale: #535353. Windows color (decimal): -7915428 or 6043783. OLE color: 6043783.

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

Color convert

RGB1355692-
CMYK00.590.320.47
HSL332.66º41.36%37.45%-
HSV(B)332.66º58.52%52.94%-
XYZ13.348.7511.11-
YUV83.72132.67164.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=47.70%
G=19.79%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135569200.590.320.47332.6641.3637.45
Hex87385C03B202F14d2925
Octal2077013407340575155145
Binary1000011111100010111000111011100000101111101001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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