#893E5A

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

Shades of Rose Bud Cherry #893E5A

Tints of Rose Bud Cherry #893E5A

Color information

#893E5A (or 0x893E5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 3E and 5A. RGB value is (137,62,90). Sum of RGB (Red+Green+Blue) = 137+62+90=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #893E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E5A is #76C1A5. Grayscale: #575757. Windows color (decimal): -7782822 or 5914249. OLE color: 5914249.

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

Color convert

RGB1376290-
CMYK00.550.340.46
HSL337.6º37.69%39.02%-
HSV(B)337.6º54.74%53.73%-
XYZ13.889.510.78-
YUV87.62129.35163.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=47.40%
G=21.45%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137629000.550.340.46337.637.6939.02
Hex893E5A037222E1522627
Octal2117613206742565224647
Binary1000100111111010110100110111100010101110101010010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,62,90); }

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

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

 a { background-color: rgb(137,62,90); }

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

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

 span { border-color: rgb(137,62,90); }

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