#893365

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

Shades of Rose Bud Cherry #893365

Tints of Rose Bud Cherry #893365

Color information

#893365 (or 0x893365) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 33 and 65. RGB value is (137,51,101). Sum of RGB (Red+Green+Blue) = 137+51+101=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #893365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893365 is #76CC9A. Grayscale: #525252. Windows color (decimal): -7785627 or 6632329. OLE color: 6632329.

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

Color convert

RGB13751101-
CMYK00.630.260.46
HSL325.12º45.74%36.86%-
HSV(B)325.12º62.77%53.73%-
XYZ13.858.6313.25-
YUV82.41138.49166.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=47.40%
G=17.65%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375110100.630.260.46325.1245.7436.86
Hex89336503F1A2E1452e25
Octal2116314507732565055645
Binary100010011100111100101011111111010101110101000101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893365; }

 p { color: rgb(137,51,101); }

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

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

 a { background-color: rgb(137,51,101); }

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

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

 span { border-color: rgb(137,51,101); }

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