#893364

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

Shades of Rose Bud Cherry #893364

Tints of Rose Bud Cherry #893364

Color information

#893364 (or 0x893364) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 33 and 64. RGB value is (137,51,100). Sum of RGB (Red+Green+Blue) = 137+51+100=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #893364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893364 is #76CC9B. Grayscale: #525252. Windows color (decimal): -7785628 or 6566793. OLE color: 6566793.

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

Color convert

RGB13751100-
CMYK00.630.270.46
HSL325.81º45.74%36.86%-
HSV(B)325.81º62.77%53.73%-
XYZ13.88.6112.99-
YUV82.3137.99167.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=47.57%
G=17.71%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375110000.630.270.46325.8145.7436.86
Hex89336403F1B2E1462e25
Octal2116314407733565065645
Binary100010011100111100100011111111011101110101000110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893364; }

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

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

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

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

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

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

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

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