#89215E

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

Shades of Rose Bud Cherry #89215E

Tints of Rose Bud Cherry #89215E

Color information

#89215E (or 0x89215E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 21 and 5E. RGB value is (137,33,94). Sum of RGB (Red+Green+Blue) = 137+33+94=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89215E is #76DEA1. Grayscale: #464646. Windows color (decimal): -7790242 or 6168969. OLE color: 6168969.

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

Color convert

RGB1373394-
CMYK00.760.310.46
HSL324.81º61.18%33.33%-
HSV(B)324.81º75.91%53.73%-
XYZ12.887.2111.3-
YUV71.05140.96175.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=51.89%
G=12.5%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137339400.760.310.46324.8161.1833.33
Hex89215E04C1F2E1453d21
Octal21141136011437565057541
Binary1000100110000110111100100110011111101110101000101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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