#89345E

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

Shades of Rose Bud Cherry #89345E

Tints of Rose Bud Cherry #89345E

Color information

#89345E (or 0x89345E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 34 and 5E. RGB value is (137,52,94). Sum of RGB (Red+Green+Blue) = 137+52+94=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89345E is #76CBA1. Grayscale: #525252. Windows color (decimal): -7785378 or 6173833. OLE color: 6173833.

HSL color Cylindrical-coordinate representation of color #89345E: hue angle of 330.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89345E is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1375294-
CMYK00.620.310.46
HSL330.35º44.97%37.06%-
HSV(B)330.35º62.04%53.73%-
XYZ13.568.5811.53-
YUV82.2134.66167.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=48.41%
G=18.37%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137529400.620.310.46330.3544.9737.06
Hex89345E03E1F2E14a2d25
Octal2116413607637565125545
Binary100010011101001011110011111011111101110101001010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,52,94); }

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

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

 a { background-color: rgb(137,52,94); }

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

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

 span { border-color: rgb(137,52,94); }

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