#893055

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

Shades of Rose Bud Cherry #893055

Tints of Rose Bud Cherry #893055

Color information

#893055 (or 0x893055) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 30 and 55. RGB value is (137,48,85). Sum of RGB (Red+Green+Blue) = 137+48+85=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #893055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893055 is #76CFAA. Grayscale: #4E4E4E. Windows color (decimal): -7786411 or 5582985. OLE color: 5582985.

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

Color convert

RGB1374885-
CMYK00.650.380.46
HSL335.06º48.11%36.27%-
HSV(B)335.06º64.96%53.73%-
XYZ13.018.099.47-
YUV78.83131.49169.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=50.74%
G=17.78%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137488500.650.380.46335.0648.1136.27
Hex893055041262E14f3024
Octal21160125010146565176044
Binary10001001110000101010101000001100110101110101001111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893055; }

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

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

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

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

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

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

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

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