#89365D

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

Shades of Rose Bud Cherry #89365D

Tints of Rose Bud Cherry #89365D

Color information

#89365D (or 0x89365D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 36 and 5D. RGB value is (137,54,93). Sum of RGB (Red+Green+Blue) = 137+54+93=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89365D is #76C9A2. Grayscale: #535353. Windows color (decimal): -7784867 or 6108809. OLE color: 6108809.

HSL color Cylindrical-coordinate representation of color #89365D: hue angle of 331.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89365D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1375493-
CMYK00.610.320.46
HSL331.81º43.46%37.45%-
HSV(B)331.81º60.58%53.73%-
XYZ13.618.7511.33-
YUV83.26133.5166.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=48.24%
G=19.01%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137549300.610.320.46331.8143.4637.45
Hex89365D03D202E14c2b25
Octal2116613507540565145345
Binary1000100111011010111010111101100000101110101001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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