#893065

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

Shades of Rose Bud Cherry #893065

Tints of Rose Bud Cherry #893065

Color information

#893065 (or 0x893065) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 30 and 65. RGB value is (137,48,101). Sum of RGB (Red+Green+Blue) = 137+48+101=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #893065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893065 is #76CF9A. Grayscale: #505050. Windows color (decimal): -7786395 or 6631561. OLE color: 6631561.

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

Color convert

RGB13748101-
CMYK00.650.260.46
HSL324.27º48.11%36.27%-
HSV(B)324.27º64.96%53.73%-
XYZ13.728.3713.2-
YUV80.65139.49168.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=47.90%
G=16.78%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374810100.650.260.46324.2748.1136.27
Hex8930650411A2E1443024
Octal21160145010132565046044
Binary1000100111000011001010100000111010101110101000100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893065; }

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

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

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

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

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

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

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

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