#89355B

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

Shades of Rose Bud Cherry #89355B

Tints of Rose Bud Cherry #89355B

Color information

#89355B (or 0x89355B) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 35 and 5B. RGB value is (137,53,91). Sum of RGB (Red+Green+Blue) = 137+53+91=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89355B is #76CAA4. Grayscale: #525252. Windows color (decimal): -7785125 or 5977481. OLE color: 5977481.

HSL color Cylindrical-coordinate representation of color #89355B: hue angle of 332.86º 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 #89355B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1375391-
CMYK00.610.340.46
HSL332.86º44.21%37.25%-
HSV(B)332.86º61.31%53.73%-
XYZ13.488.6210.85-
YUV82.45132.83166.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=48.75%
G=18.86%
B=32.38%

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
Decimal137539100.610.340.46332.8644.2137.25
Hex89355B03D222E14d2c25
Octal2116513307542565155445
Binary1000100111010110110110111101100010101110101001101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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