#89355A

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

Shades of Rose Bud Cherry #89355A

Tints of Rose Bud Cherry #89355A

Color information

#89355A (or 0x89355A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 35 and 5A. RGB value is (137,53,90). Sum of RGB (Red+Green+Blue) = 137+53+90=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89355A is #76CAA5. Grayscale: #525252. Windows color (decimal): -7785126 or 5911945. OLE color: 5911945.

HSL color Cylindrical-coordinate representation of color #89355A: hue angle of 333.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89355A is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1375390-
CMYK00.610.340.46
HSL333.57º44.21%37.25%-
HSV(B)333.57º61.31%53.73%-
XYZ13.448.610.63-
YUV82.33132.33166.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=48.93%
G=18.93%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137539000.610.340.46333.5744.2137.25
Hex89355A03D222E14e2c25
Octal2116513207542565165445
Binary1000100111010110110100111101100010101110101001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89355A; }

 p { color: rgb(137,53,90); }

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

<style>
 a { background-color: #89355A; }

 a { background-color: rgb(137,53,90); }

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

<style>
 span { border-color: #89355A; }

 span { border-color: rgb(137,53,90); }

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