#89265F

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

Shades of Rose Bud Cherry #89265F

Tints of Rose Bud Cherry #89265F

Color information

#89265F (or 0x89265F) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 26 and 5F. RGB value is (137,38,95). Sum of RGB (Red+Green+Blue) = 137+38+95=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89265F is #76D9A0. Grayscale: #494949. Windows color (decimal): -7788961 or 6235785. OLE color: 6235785.

HSL color Cylindrical-coordinate representation of color #89265F: hue angle of 325.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89265F is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1373895-
CMYK00.720.310.46
HSL325.45º56.57%34.31%-
HSV(B)325.45º72.26%53.73%-
XYZ13.087.5311.59-
YUV74.1139.8172.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=50.74%
G=14.07%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137389500.720.310.46325.4556.5734.31
Hex89265F0481F2E1453922
Octal21146137011037565057142
Binary1000100110011010111110100100011111101110101000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89265F; }

 p { color: rgb(137,38,95); }

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

<style>
 a { background-color: #89265F; }

 a { background-color: rgb(137,38,95); }

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

<style>
 span { border-color: #89265F; }

 span { border-color: rgb(137,38,95); }

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