#893056

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

Shades of Rose Bud Cherry #893056

Tints of Rose Bud Cherry #893056

Color information

#893056 (or 0x893056) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 30 and 56. RGB value is (137,48,86). Sum of RGB (Red+Green+Blue) = 137+48+86=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #893056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893056 is #76CFA9. Grayscale: #4E4E4E. Windows color (decimal): -7786410 or 5648521. OLE color: 5648521.

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

Color convert

RGB1374886-
CMYK00.650.370.46
HSL334.38º48.11%36.27%-
HSV(B)334.38º64.96%53.73%-
XYZ13.058.19.68-
YUV78.94131.99169.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=50.55%
G=17.71%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137488600.650.370.46334.3848.1136.27
Hex893056041252E14e3024
Octal21160126010145565166044
Binary10001001110000101011001000001100101101110101001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893056; }

 p { color: rgb(137,48,86); }

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

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

 a { background-color: rgb(137,48,86); }

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

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

 span { border-color: rgb(137,48,86); }

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