#87335E

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

Shades of Rose Bud Cherry #87335E

Tints of Rose Bud Cherry #87335E

Color information

#87335E (or 0x87335E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 5E. RGB value is (135,51,94). Sum of RGB (Red+Green+Blue) = 135+51+94=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87335E is #78CCA1. Grayscale: #505050. Windows color (decimal): -7916706 or 6173575. OLE color: 6173575.

HSL color Cylindrical-coordinate representation of color #87335E: hue angle of 329.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87335E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1355194-
CMYK00.620.300.47
HSL329.29º45.16%36.47%-
HSV(B)329.29º62.22%52.94%-
XYZ13.28.3311.5-
YUV81.02135.33166.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=48.21%
G=18.21%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135519400.620.300.47329.2945.1636.47
Hex87335E03E1E2F1492d24
Octal2076313607636575115544
Binary100001111100111011110011111011110101111101001001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87335E; }

 p { color: rgb(135,51,94); }

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

<style>
 a { background-color: #87335E; }

 a { background-color: rgb(135,51,94); }

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

<style>
 span { border-color: #87335E; }

 span { border-color: rgb(135,51,94); }

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