#893D5F

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

Shades of Rose Bud Cherry #893D5F

Tints of Rose Bud Cherry #893D5F

Color information

#893D5F (or 0x893D5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 3D and 5F. RGB value is (137,61,95). Sum of RGB (Red+Green+Blue) = 137+61+95=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #893D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D5F is #76C2A0. Grayscale: #575757. Windows color (decimal): -7783073 or 6241673. OLE color: 6241673.

HSL color Cylindrical-coordinate representation of color #893D5F: hue angle of 333.16º 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 #893D5F is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1376195-
CMYK00.550.310.46
HSL333.16º38.38%38.82%-
HSV(B)333.16º55.47%53.73%-
XYZ14.059.4811.92-
YUV87.6132.18163.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=46.76%
G=20.82%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137619500.550.310.46333.1638.3838.82
Hex893D5F0371F2E14d2627
Octal2117513706737565154647
Binary100010011111011011111011011111111101110101001101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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