#893555

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

Shades of Rose Bud Cherry #893555

Tints of Rose Bud Cherry #893555

Color information

#893555 (or 0x893555) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 35 and 55. RGB value is (137,53,85). Sum of RGB (Red+Green+Blue) = 137+53+85=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #893555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893555 is #76CAAA. Grayscale: #515151. Windows color (decimal): -7785131 or 5584265. OLE color: 5584265.

HSL color Cylindrical-coordinate representation of color #893555: hue angle of 337.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893555 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1375385-
CMYK00.610.380.46
HSL337.14º44.21%37.25%-
HSV(B)337.14º61.31%53.73%-
XYZ13.238.529.54-
YUV81.76129.83167.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=49.82%
G=19.27%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137538500.610.380.46337.1444.2137.25
Hex89355503D262E1512c25
Octal2116512507546565215445
Binary1000100111010110101010111101100110101110101010001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893555; }

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

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

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

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

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

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

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

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