#893D60

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

Shades of Rose Bud Cherry #893D60

Tints of Rose Bud Cherry #893D60

Color information

#893D60 (or 0x893D60) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 3D and 60. RGB value is (137,61,96). Sum of RGB (Red+Green+Blue) = 137+61+96=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #893D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D60 is #76C29F. Grayscale: #575757. Windows color (decimal): -7783072 or 6307209. OLE color: 6307209.

HSL color Cylindrical-coordinate representation of color #893D60: hue angle of 332.37º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893D60 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1376196-
CMYK00.550.300.46
HSL332.37º38.38%38.82%-
HSV(B)332.37º55.47%53.73%-
XYZ14.19.512.16-
YUV87.71132.68163.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=46.60%
G=20.75%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137619600.550.300.46332.3738.3838.82
Hex893D600371E2E14c2627
Octal2117514006736565144647
Binary100010011111011100000011011111110101110101001100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893D60; }

 p { color: rgb(137,61,96); }

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

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

 a { background-color: rgb(137,61,96); }

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

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

 span { border-color: rgb(137,61,96); }

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