#89215A

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

Shades of Rose Bud Cherry #89215A

Tints of Rose Bud Cherry #89215A

Color information

#89215A (or 0x89215A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 21 and 5A. RGB value is (137,33,90). Sum of RGB (Red+Green+Blue) = 137+33+90=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #89215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89215A is #76DEA5. Grayscale: #464646. Windows color (decimal): -7790246 or 5906825. OLE color: 5906825.

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

Color convert

RGB1373390-
CMYK00.760.340.46
HSL327.12º61.18%33.33%-
HSV(B)327.12º75.91%53.73%-
XYZ12.717.1410.38-
YUV70.59138.96175.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=52.69%
G=12.69%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137339000.760.340.46327.1261.1833.33
Hex89215A04C222E1473d21
Octal21141132011442565077541
Binary10001001100001101101001001100100010101110101000111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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