#89235D

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

Shades of Rose Bud Cherry #89235D

Tints of Rose Bud Cherry #89235D

Color information

#89235D (or 0x89235D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 23 and 5D. RGB value is (137,35,93). Sum of RGB (Red+Green+Blue) = 137+35+93=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89235D is #76DCA2. Grayscale: #474747. Windows color (decimal): -7789731 or 6103945. OLE color: 6103945.

HSL color Cylindrical-coordinate representation of color #89235D: hue angle of 325.88º 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 #89235D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1373593-
CMYK00.740.320.46
HSL325.88º59.3%33.73%-
HSV(B)325.88º74.45%53.73%-
XYZ12.897.3111.09-
YUV72.11139.79174.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=51.70%
G=13.21%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137359300.740.320.46325.8859.333.73
Hex89235D04A202E1463b22
Octal21143135011240565067342
Binary10001001100011101110101001010100000101110101000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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