#893064

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

Shades of Rose Bud Cherry #893064

Tints of Rose Bud Cherry #893064

Color information

#893064 (or 0x893064) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 30 and 64. RGB value is (137,48,100). Sum of RGB (Red+Green+Blue) = 137+48+100=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #893064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893064 is #76CF9B. Grayscale: #505050. Windows color (decimal): -7786396 or 6566025. OLE color: 6566025.

HSL color Cylindrical-coordinate representation of color #893064: hue angle of 324.94º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893064 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13748100-
CMYK00.650.270.46
HSL324.94º48.11%36.27%-
HSV(B)324.94º64.96%53.73%-
XYZ13.678.3512.95-
YUV80.54138.99168.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=48.07%
G=16.84%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374810000.650.270.46324.9448.1136.27
Hex8930640411B2E1453024
Octal21160144010133565056044
Binary1000100111000011001000100000111011101110101000101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893064; }

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

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

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

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

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

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

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

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