#893363

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

Shades of Rose Bud Cherry #893363

Tints of Rose Bud Cherry #893363

Color information

#893363 (or 0x893363) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 33 and 63. RGB value is (137,51,99). Sum of RGB (Red+Green+Blue) = 137+51+99=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893363 is #76CC9C. Grayscale: #525252. Windows color (decimal): -7785629 or 6501257. OLE color: 6501257.

HSL color Cylindrical-coordinate representation of color #893363: hue angle of 326.51º 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 #893363 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1375199-
CMYK00.630.280.46
HSL326.51º45.74%36.86%-
HSV(B)326.51º62.77%53.73%-
XYZ13.758.5912.74-
YUV82.19137.49167.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=47.74%
G=17.77%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137519900.630.280.46326.5145.7436.86
Hex89336303F1C2E1472e25
Octal2116314307734565075645
Binary100010011100111100011011111111100101110101000111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893363; }

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

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

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

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

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

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

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

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