#893553

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

Shades of Rose Bud Cherry #893553

Tints of Rose Bud Cherry #893553

Color information

#893553 (or 0x893553) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 35 and 53. RGB value is (137,53,83). Sum of RGB (Red+Green+Blue) = 137+53+83=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #893553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893553 is #76CAAC. Grayscale: #515151. Windows color (decimal): -7785133 or 5453193. OLE color: 5453193.

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

Color convert

RGB1375383-
CMYK00.610.390.46
HSL338.57º44.21%37.25%-
HSV(B)338.57º61.31%53.73%-
XYZ13.158.499.13-
YUV81.54128.83167.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=50.18%
G=19.41%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137538300.610.390.46338.5744.2137.25
Hex89355303D272E1532c25
Octal2116512307547565235445
Binary1000100111010110100110111101100111101110101010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893553; }

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

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

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

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

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

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

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

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