#89214F

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

Shades of Rose Bud Cherry #89214F

Tints of Rose Bud Cherry #89214F

Color information

#89214F (or 0x89214F) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 21 and 4F. RGB value is (137,33,79). Sum of RGB (Red+Green+Blue) = 137+33+79=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89214F is #76DEB0. Grayscale: #454545. Windows color (decimal): -7790257 or 5185929. OLE color: 5185929.

HSL color Cylindrical-coordinate representation of color #89214F: hue angle of 333.46º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89214F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1373379-
CMYK00.760.420.46
HSL333.46º61.18%33.33%-
HSV(B)333.46º75.91%53.73%-
XYZ12.276.978.1-
YUV69.34133.46176.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=55.02%
G=13.25%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137337900.760.420.46333.4661.1833.33
Hex89214F04C2A2E14d3d21
Octal21141117011452565157541
Binary10001001100001100111101001100101010101110101001101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,33,79); }

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

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

 a { background-color: rgb(137,33,79); }

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

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

 span { border-color: rgb(137,33,79); }

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