#89235E

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

Shades of Rose Bud Cherry #89235E

Tints of Rose Bud Cherry #89235E

Color information

#89235E (or 0x89235E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 23 and 5E. RGB value is (137,35,94). Sum of RGB (Red+Green+Blue) = 137+35+94=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89235E is #76DCA1. Grayscale: #484848. Windows color (decimal): -7789730 or 6169481. OLE color: 6169481.

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

Color convert

RGB1373594-
CMYK00.740.310.46
HSL325.29º59.3%33.73%-
HSV(B)325.29º74.45%53.73%-
XYZ12.947.3311.32-
YUV72.22140.29174.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=51.50%
G=13.16%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137359400.740.310.46325.2959.333.73
Hex89235E04A1F2E1453b22
Octal21143136011237565057342
Binary1000100110001110111100100101011111101110101000101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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