#89225F

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

Shades of Rose Bud Cherry #89225F

Tints of Rose Bud Cherry #89225F

Color information

#89225F (or 0x89225F) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 22 and 5F. RGB value is (137,34,95). Sum of RGB (Red+Green+Blue) = 137+34+95=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89225F is #76DDA0. Grayscale: #474747. Windows color (decimal): -7789985 or 6234761. OLE color: 6234761.

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

Color convert

RGB1373495-
CMYK00.750.310.46
HSL324.47º60.23%33.53%-
HSV(B)324.47º75.18%53.73%-
XYZ12.957.2911.55-
YUV71.75141.12174.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=51.50%
G=12.78%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137349500.750.310.46324.4760.2333.53
Hex89225F04B1F2E1443c22
Octal21142137011337565047442
Binary1000100110001010111110100101111111101110101000100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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