#89345A

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

Shades of Rose Bud Cherry #89345A

Tints of Rose Bud Cherry #89345A

Color information

#89345A (or 0x89345A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 34 and 5A. RGB value is (137,52,90). Sum of RGB (Red+Green+Blue) = 137+52+90=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89345A is #76CBA5. Grayscale: #515151. Windows color (decimal): -7785382 or 5911689. OLE color: 5911689.

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

Color convert

RGB1375290-
CMYK00.620.340.46
HSL333.18º44.97%37.06%-
HSV(B)333.18º62.04%53.73%-
XYZ13.398.5110.61-
YUV81.75132.66167.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=49.10%
G=18.64%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137529000.620.340.46333.1844.9737.06
Hex89345A03E222E14d2d25
Octal2116413207642565155545
Binary1000100111010010110100111110100010101110101001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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